Skip to content

Commit

Permalink
Githubactions: Update MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aveenismail committed Sep 6, 2024
1 parent ae01451 commit 9db83cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
RUSTFLAGS="-C link-args=-Wl,-rpath,\$ORIGIN/../lib" YUBIHSM_LIB_DIR=$GITHUB_WORKSPACE/../yubihsm-shell/build/lib cargo build --release
strip -u -r target/release/yubihsm-setup
install target/release/yubihsm-setup ../artifact
install target/release/yubihsm-setup $GITHUB_WORKSPACE/artifact
- name: Upload artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9db83cc

Please sign in to comment.