From 64464d3a1a30849f0c076a952273927ff983716c Mon Sep 17 00:00:00 2001 From: Matias Korhonen Date: Wed, 14 Aug 2024 18:30:17 +0300 Subject: [PATCH] Try to fix the binary path --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19fb83f..1d1f5e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,7 +125,7 @@ jobs: codesign-options: 'runtime' - name: Zip the binary for notarization (macOS) if: ${{ matrix.target == 'universal-apple-darwin' }} - run: zip -r $RUNNER_TEMP/paper-age-signed.zip paper-age/target/universal-apple-darwin/release/paper-age + run: zip -r $RUNNER_TEMP/paper-age-signed.zip target/${{ matrix.target }}/release/paper-age - name: Upload the binary for notarization (macOS) if: ${{ matrix.target == 'universal-apple-darwin' }} env: