Skip to content

Commit

Permalink
use version for package release
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jan 16, 2024
1 parent 41e2f83 commit b983cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{env.build_type}} --target package
gh release create --prerelease ${{ steps.strings.outputs.build-output-dir }}/*.sh
gh release create --prerelease "${{ steps.strings.outputs.version }}" ${{ steps.strings.outputs.build-output-dir }}/*.sh

0 comments on commit b983cc6

Please sign in to comment.