Skip to content

Commit 787cb74

Browse files
committed
Fix path to artifact
1 parent 417f9c7 commit 787cb74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,4 +754,4 @@ jobs:
754754
uses: actions/upload-artifact@v7
755755
with:
756756
name: sqlite3mc-wasm
757-
path: sqlite/ext/wasm/release/*.zip
757+
path: sqlite/ext/wasm/*.zip

0 commit comments

Comments
 (0)