Skip to content

Commit

Permalink
fix inverted directory nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcphers committed Sep 12, 2023
1 parent 4ca5db3 commit 2523751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2523751

Please sign in to comment.