Skip to content

Commit

Permalink
Update flutter-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarschall committed Mar 17, 2024
1 parent aaf00ea commit d58c63d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/flutter-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
shell: bash
run: |
mv ./flutter/build/windows/x64/runner/Release ./rustdesk
tar czf rustdesk-${{ env.VERSION }}-${{ matrix.job.arch }}-unsigned.tar.gz rustdesk
tar czf rustdesk-hickelsoft-win64.tar.gz rustdesk
- name: Sign rustdesk files
if: env.UPLOAD_ARTIFACT == 'true' && env.SIGN_BASE_URL != ''
Expand All @@ -162,8 +162,6 @@ jobs:
python3 ./generate.py -f ../../rustdesk/ -o . -e ../../rustdesk/rustdesk.exe
popd
mv ./target/release/rustdesk-portable-packer.exe ./rustdesk-hickelsoft-win64.exe
mv ./flutter/build/windows/x64/runner/Release ./rustdesk
tar czf rustdesk-hickelsoft-win64.tar.gz rustdesk
- name: Sign rustdesk self-extracted file
if: env.UPLOAD_ARTIFACT == 'true' && env.SIGN_BASE_URL != ''
Expand Down

0 comments on commit d58c63d

Please sign in to comment.