mirror of
https://github.com/0x5eal/wg-lua.git
synced 2024-12-12 12:50:36 +00:00
chore(actions): replace export script with pack in release workflow
This commit is contained in:
parent
106f93a6d2
commit
81baa265b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yaml
vendored
2
.github/workflows/publish.yaml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
id: export
|
id: export
|
||||||
run: echo "tarball=$(pnpm export | tail -n 1)" >> "$GITHUB_OUTPUT"
|
run: echo "tarball=$(pnpm pack | tail -n 1)" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Publish artifacts
|
- name: Publish artifacts
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
|
|
Loading…
Reference in a new issue