mirror of
https://github.com/ivabus/gui
synced 2025-06-07 15:50:27 +03:00
test
This commit is contained in:
parent
d60ae55640
commit
9e43ce9cab
1 changed files with 2 additions and 12 deletions
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
|
@ -46,15 +46,6 @@ jobs:
|
|||
toolchain: stable
|
||||
- name: install app dependencies and build it
|
||||
run: pnpm install && pnpm --filter gui build
|
||||
|
||||
|
||||
- name: Update comment
|
||||
uses: peter-evans/create-or-update-comment@v2
|
||||
with:
|
||||
comment-id: 557858210
|
||||
body: |
|
||||
**Edit:** Some additional info
|
||||
reactions: eyes
|
||||
|
||||
build_tauri:
|
||||
needs: changes
|
||||
|
@ -106,13 +97,12 @@ jobs:
|
|||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-1
|
||||
- run: echo "test $GITHUB_REF_NAME"
|
||||
- name: ubuntu cp package images from prod to preview bucket
|
||||
if: matrix.platform == 'ubuntu-latest'
|
||||
env:
|
||||
folder: ${{env.GITHUB_REF_SLUG_URL}}
|
||||
run: |
|
||||
aws s3 cp ./README.md \
|
||||
s3://preview.gui.tea.xyz/$folder/README.md
|
||||
"s3://preview.gui.tea.xyz/$GITHUB_REF_NAME/README.md"
|
||||
|
||||
# - name: mac-os cp package images from prod to preview bucket
|
||||
# if: matrix.platform == 'macos-latest'
|
||||
|
|
Loading…
Reference in a new issue