Skip to content

Commit

Permalink
WIP: mod: .github/workflows/actions.yml (main)
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Coval <[email protected]>
Change-Id: I52a75834c06b91e4fe56540bb8c082e715f6b923
  • Loading branch information
rzr committed Jun 17, 2024
1 parent 508e268 commit 72ae05a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ jobs:
- id: log
run: echo "::set-output name=tag::$(git describe --tags --all)"
- id: publish
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.repository }}.zip -R https://github.com/${{ github.repository }}

0 comments on commit 72ae05a

Please sign in to comment.