Skip to content

Commit

Permalink
Update release publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerklinger committed Jan 6, 2025
1 parent 0e3682c commit 17455b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
nitrokey-app \
nitrokey-app-${{ github.event.release.tag_name }}-x64-linux-binary
- name: Publish release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: nitrokey-app-${{ github.event.release.tag_name }}-x64-linux-binary
4 changes: 2 additions & 2 deletions .github/workflows/cd-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ jobs:
nitrokey-app.exe `
nitrokey-app-${{ github.event.release.tag_name }}-x64-windows-binary_unsigned.exe
- name: Publish release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: nitrokey-app-${{ github.event.release.tag_name }}-x64-windows-binary_unsigned.exe
publish-msi-installer:
Expand All @@ -164,6 +164,6 @@ jobs:
nitrokey-app.msi `
nitrokey-app-${{ github.event.release.tag_name }}-x64-windows-installer_unsigned.msi
- name: Publish release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: nitrokey-app-${{ github.event.release.tag_name }}-x64-windows-installer_unsigned.msi

0 comments on commit 17455b7

Please sign in to comment.