From 2523751a27edb1c1df1d5f71b3d357b15ab639b0 Mon Sep 17 00:00:00 2001 From: Jonathan McPherson Date: Tue, 12 Sep 2023 10:36:59 -0700 Subject: [PATCH] fix inverted directory nesting --- .github/workflows/macos-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-release.yml b/.github/workflows/macos-release.yml index 9a9292e1f..37f857a0a 100644 --- a/.github/workflows/macos-release.yml +++ b/.github/workflows/macos-release.yml @@ -153,7 +153,7 @@ jobs: # Compress kernel to a zip file - name: Create archive run: | - pushd ${{ matrix.rust_target_prefix }}-apple-darwin/target/release + pushd target/${{ matrix.rust_target_prefix }}-apple-darwin/release ARCHIVE="$GITHUB_WORKSPACE/ark-${{ needs.get_version.outputs.ARK_VERSION }}-darwin-${{ matrix.arch }}.zip" echo "Compressing kernel to $ARCHIVE..." zip -Xry $ARCHIVE ark