Skip to content

Commit 4d9de2e

Browse files
committed
fix filename
1 parent 15afec9 commit 4d9de2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ jobs:
9494
- name: Upload zipped file as artifact
9595
uses: actions/upload-artifact@v4
9696
with:
97-
name: pandoc-wasm-v$VERSION.zip
98-
path: pandoc-wasm-v$VERSION.zip
97+
name: pandoc-wasm-$VERSION.zip
98+
path: pandoc-wasm-$VERSION.zip
9999

100100
- name: Upload to release
101101
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)