We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62e867 commit c552312Copy full SHA for c552312
.github/workflows/publish.yaml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
node publish.js
75
cd bin-package
76
- echo "::set-output name=asset::$(echo *.tar.gz)"
+ echo "asset=$(echo *.tar.gz)" >> "$GITHUB_OUTPUT"
77
- name: Upload release asset
78
run: gh release upload ${{ github.event.release.tag_name }} bin-package/${{ steps.build.outputs.asset }} --clobber
79
env:
@@ -108,7 +108,7 @@ jobs:
108
109
110
111
112
113
114
git config --global --add safe.directory $(pwd)
0 commit comments