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 15afec9 commit 4d9de2eCopy full SHA for 4d9de2e
.github/workflows/build.yml
@@ -94,8 +94,8 @@ jobs:
94
- name: Upload zipped file as artifact
95
uses: actions/upload-artifact@v4
96
with:
97
- name: pandoc-wasm-v$VERSION.zip
98
- path: pandoc-wasm-v$VERSION.zip
+ name: pandoc-wasm-$VERSION.zip
+ path: pandoc-wasm-$VERSION.zip
99
100
- name: Upload to release
101
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
0 commit comments