Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall committed Jun 3, 2024
1 parent 7e34685 commit 8e5c0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
if: env.UPLOAD_ARTIFACT == 'true'
uses: actions/upload-artifact@master
with:
name: rustdesk-unsigned-windows-${{ matrix.job.arch }}
name: rustdesk-unsigned-windows-win64
path: rustdesk

- name: Sign rustdesk files
Expand All @@ -170,7 +170,7 @@ jobs:
python3 ./generate.py -f ../../rustdesk/ -o . -e ../../rustdesk/rustdesk.exe
popd
mv ./target/release/rustdesk-portable-packer.exe ./rustdesk-hickelsoft-win64.exe
tar czf rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}.tar.gz rustdesk
tar czf rustdesk-hickelsoft-win64.tar.gz rustdesk
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2
Expand Down

0 comments on commit 8e5c0e5

Please sign in to comment.