Skip to content

Commit 1656b5d

Browse files
committed
Update build_libzim_wasm.yml
1 parent 8e10d18 commit 1656b5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_libzim_wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
if: github.event_name == 'push' && startsWith(github.ref_name, 'v') || startsWith(github.event.inputs.version, 'v')
5656
run: |
5757
# Create a draft release and upload zipped artefacts as release assets
58-
chmod +x ./create_draft_release.sh
59-
./create_draft_release
58+
chmod +x ./scripts/create_draft_release.sh
59+
./scripts/create_draft_release
6060
# TODO: Publish artefacts to master.download.kiwix.org/release

0 commit comments

Comments
 (0)