Skip to content

Commit

Permalink
github actions: try differene version of gh-rel
Browse files Browse the repository at this point in the history
  • Loading branch information
crosser committed Oct 22, 2024
1 parent 28e9ba7 commit dd30236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-dpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
args: --unsigned-source --unsigned-changes

- name: Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: ${{ github.workspace }}/${{ steps.build.outputs.filename }}

0 comments on commit dd30236

Please sign in to comment.