Skip to content

Commit

Permalink
Update create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
F0903 authored May 17, 2023
1 parent 168853e commit 1f9726c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
path: target/
key: ${{ runner.os }}-${{ hashFiles('Cargo.lock') }}
- name: Build
run: cargo build --verbose --release
run: cargo build --verbose --release --workspace
- name: Version
run: echo "::set-output name=version::$(.\target\release\autopower.exe version)"
id: version
Expand Down

0 comments on commit 1f9726c

Please sign in to comment.