Skip to content

Commit

Permalink
Update upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
valicm authored Sep 20, 2024
1 parent ab59155 commit 41c5690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
version_icon: 'code.png'
- name: Upload artifact
if: ${{ env.APP_UPDATE_NEEDED == 'true' }}
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: ${{ env.APP_SHORT_NAME }}.AppImage
path: 'dist'
Expand Down

0 comments on commit 41c5690

Please sign in to comment.