Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ityuany committed Apr 18, 2024
1 parent b3ab60d commit 4509e40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,15 @@ jobs:
7z a ${{ matrix.archive-name }} archive/*
else
cp target/${{ matrix.target }}/release/{node,npm,npx,pnpm,pnpx,yarn,snm} archive/
tar -czf snm-macos-arm.tar.gz -C archive .
tar -czf ${{ matrix.archive-name }} -C archive .
fi
- name: Upload archive
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.archive-name }}
path: ${{ matrix.archive-name }}
if-no-files-found: error
overwrite: true
# - name: Upload to Release
# uses: softprops/action-gh-release@v1
# with:
Expand Down

0 comments on commit 4509e40

Please sign in to comment.