We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c262cb2 commit ad6c8d5Copy full SHA for ad6c8d5
.github/workflows/nextjs.yml
@@ -51,6 +51,12 @@ jobs:
51
- name: get the opendata
52
uses: actions/download-artifact@v4
53
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
60
path: public
61
- name: get duckdb
62
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