Skip to content

Commit

Permalink
im bouta crash
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorlol committed Dec 23, 2024
1 parent 3296414 commit bd23020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Extract Version
id: version
run: |
VERSION=$(cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version')
echo "VERSION=$VERSION" >> $GITHUB_ENV
$VERSION = cargo metadata --no-deps --format-version 1 | jq -r '.packages[0].version'
echo "VERSION=$VERSION" >> $env:GITHUB_ENV
- name: Build
run: cargo build --release --verbose
Expand Down

0 comments on commit bd23020

Please sign in to comment.