Skip to content

Commit

Permalink
Fix cargo release build (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years committed Sep 25, 2023
1 parent 93ab3a0 commit c180845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
if: runner.os == 'Linux'
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
CARGO_BUILD_TARGET: x86_64-unknown-linux-musl
run: |
nix run .#cargo -- publish
Expand Down

0 comments on commit c180845

Please sign in to comment.