Skip to content

Commit

Permalink
correct zip upload
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 15, 2024
1 parent 622a262 commit 3a05e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/multiarch-docker-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
continue-on-error: true
with:
files: |
/tmp/arm64/zip/inux-ubuntu-22.04_${{ github.event.release.tag_name }}_arm64.zip
/tmp/arm64/linux-ubuntu-22.04_${{ github.event.release.tag_name }}_arm64.zip
/tmp/arm64/rustdesk-server-hbbr_${{ github.event.release.tag_name }}_arm64.deb
/tmp/arm64/rustdesk-server-hbbs_${{ github.event.release.tag_name }}_arm64.deb
/tmp/arm64/rustdesk-server-utils_${{ github.event.release.tag_name }}_arm64.deb
Expand All @@ -99,7 +99,7 @@ jobs:
continue-on-error: true
with:
files: |
/tmp/amd64/zip/inux-ubuntu-22.04_${{ github.event.release.tag_name }}_amd64.zip
/tmp/amd64/linux-ubuntu-22.04_${{ github.event.release.tag_name }}_amd64.zip
/tmp/amd64/rustdesk-server-hbbr_${{ github.event.release.tag_name }}_amd64.deb
/tmp/amd64/rustdesk-server-hbbs_${{ github.event.release.tag_name }}_amd64.deb
/tmp/amd64/rustdesk-server-utils_${{ github.event.release.tag_name }}_amd64.deb
Expand Down

0 comments on commit 3a05e68

Please sign in to comment.