Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Apr 18, 2024
2 parents 3b4460b + 54f9b23 commit f6b8734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
7z a ${{ matrix.archive-name }} archive/*
else
cp target/${{ matrix.target }}/release/{node,npm,npx,pnpm,pnpx,yarn,snm} archive/
tar -czf ${{ matrix.archive-name }} -C archive/*
tar -czf snm-macos-arm.tar.gz -C archive .
fi
- name: Upload archive
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f6b8734

Please sign in to comment.