Skip to content

Commit

Permalink
chore(appimage): update github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Sep 21, 2024
1 parent 8c7fce1 commit 5dc87b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,6 @@ jobs:
shasum --binary --algorithm "${algo}" "${asset}" >"${asset}.sha${algo}"
done
- name: Upload artifacts to GitHub release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: assets/*

0 comments on commit 5dc87b7

Please sign in to comment.