Skip to content

Commit

Permalink
Fixup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 2, 2024
1 parent a711d39 commit 49b7ace
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,11 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
- name: Prepare repository
run: |
git fetch --tags --no-recurse-submodules -f
(cd ./submodules/duckdb && git fetch --all --tags)
- uses: actions/download-artifact@v4
with:
name: dataprep
Expand All @@ -672,23 +677,9 @@ jobs:

- uses: actions/download-artifact@v4
with:
name: wasm-mvp
path: ./packages/duckdb-wasm/src/bindings/

- uses: actions/download-artifact@v4
with:
name: wasm-eh
name: wasm-*
path: ./packages/duckdb-wasm/src/bindings/

- uses: actions/download-artifact@v4
with:
name: wasm-coi
path: ./packages/duckdb-wasm/src/bindings/

- name: Prepare repository
run: |
git fetch --tags --no-recurse-submodules -f
(cd ./submodules/duckdb && git fetch --all --tags)
merge-multiple: true

- name: Prepare environment
uses: duckdb/duckdb-wasm-ci-env@f10a0954b7b2b98e8526e0f7bbcb10e614defcbd
Expand Down

0 comments on commit 49b7ace

Please sign in to comment.