Skip to content

Commit

Permalink
WIP: mod: .github/workflows/test-action.yml (main)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
Change-Id: Id4d855b03081a2cb78540863dad80d8f4ce4c4d4
  • Loading branch information
rzr committed Jun 17, 2024
1 parent b78da93 commit 1a27061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- id: publish
env:
GH_TOKEN: ${{ github.token }}
run: gh release create ${{ steps.log.outputs.tag }} ${{ github.repository }}.zip -R https://github.com/${{ github.repository }}
run: gh release create ${{ steps.log.outputs.tag }} ${{ github.event.repository.name }}-${{ steps.log.outputs.tag }}.zip -R https://github.com/${{ github.repository }}

0 comments on commit 1a27061

Please sign in to comment.