Skip to content

Commit ad6c8d5

Browse files
committed
strugling with github actions and artifcats
1 parent c262cb2 commit ad6c8d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nextjs.yml

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ jobs:
5151
- name: get the opendata
5252
uses: actions/download-artifact@v4
5353
with:
54+
name: opendata
55+
path: public
56+
- name: get the opendata (multimodal)
57+
uses: actions/download-artifact@v4
58+
with:
59+
name: opendata_multimodal
5460
path: public
5561
- name: get duckdb
5662
run: wget https://github.com/duckdb/duckdb/releases/download/v1.1.3/duckdb_cli-linux-amd64.zip && unzip duckdb_cli-linux-amd64.zip

0 commit comments

Comments
 (0)