Skip to content

Commit

Permalink
fix archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
bryangerlach committed Feb 11, 2025
1 parent a9bf03b commit 51cb240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generator-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ jobs:
- name: Rename archlinux package
run: |
mv ./res/rustdesk-${{ env.VERSION }}-x86_64.pkg.tar.zst ./output/${{ inputs.filename }}.pkg.tar.zst
mv ./res/rustdesk-*.zst ./output/${{ inputs.filename }}.pkg.tar.zst
- name: send file to rdgen server
if: ${{ fromJson(inputs.extras).rdgen == 'true' }}
Expand Down

0 comments on commit 51cb240

Please sign in to comment.