Skip to content

Commit 58700fd

Browse files
committed
Rename wasm artifact name
1 parent bc5734a commit 58700fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
- name: Upload sqlite3 binaries
124124
uses: actions/upload-artifact@v4
125125
with:
126-
name: sqlite3-libs-${{ runner.os }}-${{ matrix.arch }}
126+
name: sqlite3-libs-wasm
127127
path: sqlite3_wasm_build/out/
128128
if-no-files-found: error
129129
retention-days: 1

0 commit comments

Comments
 (0)