Skip to content

Commit

Permalink
chore: fix job for auto-update test desktop builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vdovhanych authored and komret committed Jul 10, 2024
1 parent 3bfe04e commit 4053f0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-suite-desktop-web-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
mv version0.json packages/suite/package.json
yarn workspace @trezor/suite-desktop build:${{ matrix.platform }}
bash packages/suite-desktop-core/scripts/gnupg-sign.sh
mv packages/suite-desktop/build-electron/* .
cp -r packages/suite-desktop/build-electron/* .
- name: Upload suite-desktop autoupdate version 0x.x.x artifacts
uses: actions/upload-artifact@v4
Expand All @@ -269,7 +269,7 @@ jobs:
mv version3.json packages/suite/package.json
yarn workspace @trezor/suite-desktop build:${{ matrix.platform }}
bash packages/suite-desktop-core/scripts/gnupg-sign.sh
mv packages/suite-desktop/build-electron/* .
cp -r packages/suite-desktop/build-electron/* .
- name: Upload suite-desktop autoupdate version 3x.x.x artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4053f0c

Please sign in to comment.