We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae01451 commit 9db83ccCopy full SHA for 9db83cc
.github/workflows/release_macos.yml
@@ -61,7 +61,7 @@ jobs:
61
62
RUSTFLAGS="-C link-args=-Wl,-rpath,\$ORIGIN/../lib" YUBIHSM_LIB_DIR=$GITHUB_WORKSPACE/../yubihsm-shell/build/lib cargo build --release
63
strip -u -r target/release/yubihsm-setup
64
- install target/release/yubihsm-setup ../artifact
+ install target/release/yubihsm-setup $GITHUB_WORKSPACE/artifact
65
66
- name: Upload artifact
67
uses: actions/upload-artifact@v4
0 commit comments