Skip to content

Commit 9db83cc

Browse files
committed
Githubactions: Update MacOS workflow
1 parent ae01451 commit 9db83cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
RUSTFLAGS="-C link-args=-Wl,-rpath,\$ORIGIN/../lib" YUBIHSM_LIB_DIR=$GITHUB_WORKSPACE/../yubihsm-shell/build/lib cargo build --release
6363
strip -u -r target/release/yubihsm-setup
64-
install target/release/yubihsm-setup ../artifact
64+
install target/release/yubihsm-setup $GITHUB_WORKSPACE/artifact
6565
6666
- name: Upload artifact
6767
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)