Skip to content

Commit

Permalink
fix linux deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeOfBreeze committed Aug 25, 2024
1 parent 97de441 commit 1c1dda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-linux-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
mkdir ${{ github.workspace }}/build
cp ./latest-linux.yml ${{ github.workspace }}/build/latest-linux.yml
cp ./*.AppImage ${{ github.workspace }}/build/
- name: Upload files to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 1c1dda9

Please sign in to comment.