Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vladkens committed Jul 3, 2024
1 parent 09e7461 commit f6acd84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
- run: cargo build --release --locked

- name: check version
run: ./macmon -V | grep "${GITHUB_REF_NAME#v}" || exit 1
run: ./target/release/macmon -V | grep "${GITHUB_REF_NAME#v}" || exit 1

- name: archiving
id: archive
run: |
Expand Down

0 comments on commit f6acd84

Please sign in to comment.