Skip to content

Commit

Permalink
Fix version not being compiled into executable when running CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kosude committed Jun 1, 2024
1 parent 0179f82 commit 17efcb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Build binary
shell: bash
run: |
DEVINITVERS="${{ needs.create-release.outputs.version }}" \
cargo build --verbose --release --target ${{ matrix.target }}
if [ "${{ matrix.os }}" = "windows-latest" ]; then
Expand Down

0 comments on commit 17efcb3

Please sign in to comment.