diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac03d4456..dec8b208b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: pull_request: env: - SIGN_PIPE_VER: "v0.0.7" + SIGN_PIPE_VER: "v0.0.8" GORELEASER_VER: "v1.14.1" concurrency: @@ -195,7 +195,7 @@ jobs: trigger_darwin_signer: runs-on: ubuntu-latest - needs: release_ui_darwin + needs: [release,release_ui_darwin] if: startsWith(github.ref, 'refs/tags/') steps: - name: Trigger Darwin App binaries sign pipeline diff --git a/release_files/darwin_pkg/postinstall b/release_files/darwin_pkg/postinstall index 98c40f7e1..503a2a2b5 100755 --- a/release_files/darwin_pkg/postinstall +++ b/release_files/darwin_pkg/postinstall @@ -5,6 +5,7 @@ AGENT=/usr/local/bin/netbird LOG_FILE=/var/log/netbird/client_install.log mkdir -p /var/log/netbird/ +mkdir -p /usr/local/bin/ { echo "Installing NetBird..."