Skip to content

Commit 614e6c4

Browse files
authored
build(deps): Bump softprops/action-gh-release from 1 to 2
2 parents 38bcb7e + 5b8a970 commit 614e6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Upload to Release
152152
if: steps.should_build.outputs.should_build == 'true' && github.event_name == 'release'
153-
uses: softprops/action-gh-release@v1
153+
uses: softprops/action-gh-release@v2
154154
with:
155155
files: linux/${{ steps.appimage_name.outputs.name }}
156156
env:

0 commit comments

Comments
 (0)