Skip to content

Commit

Permalink
chore(ci): ensure cargo flags passed to release script
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Apr 30, 2024
1 parent 94204d2 commit 35dbba5
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 @@ -65,7 +65,7 @@ jobs:
- name: Install LLVM
run: choco install -y llvm
if: runner.os == 'Windows'
- run: ./release.sh ${{ runner.os }} ${{ github.ref }}
- run: ./release.sh ${{ runner.os }} ${{ github.ref }} ${{ steps.cargo-flags.outputs.flags }}
shell: bash
- name: Upload Release Assets
if: |
Expand Down

0 comments on commit 35dbba5

Please sign in to comment.