Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,12 @@ jobs:
run: npm run build

- name: Create npm tarball
run: |
npm pack
mv strucpp-*.tgz "strucpp-${VERSION}.tgz"
run: npm pack

- uses: actions/upload-artifact@v4
with:
name: strucpp-npm
path: strucpp-${{ needs.prepare.outputs.version }}.tgz
path: strucpp-*.tgz

# ---------------------------------------------------------------------------
# VSCode Extension (.vsix)
Expand Down
Loading