Skip to content

Commit

Permalink
Gh workflow release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Oct 17, 2023
1 parent fc02580 commit af72915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
set -x
assets=$(find ./artifacts -name "*.zip" -printf "-a %p ")
assets=$(find ./artifacts -name "*.zip")
RELEASE_NAME=${GITHUB_REF#refs/tags/}
gh release create "$RELEASE_NAME" --generate-notes ${assets}

0 comments on commit af72915

Please sign in to comment.