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 37ba20d commit d1f4b64
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: 'icon_128x128.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 d1f4b64

Please sign in to comment.