mirror of
https://github.com/dathere/ckan_geoconnex_bulk_runner.git
synced 2026-07-05 15:12:20 +00:00
fix: JSONL names
This commit is contained in:
parent
c6de5d6690
commit
eb714aae81
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -24,8 +24,8 @@ jobs:
|
|||
- name: Run generate_release crate and upload JSONL file
|
||||
run: |
|
||||
cd ${{github.workspace}}
|
||||
cargo run -p generate_release --release --verbose > ckan-geoconnex-web-resources-${{ matrix.namespace }}.jsonl
|
||||
gh release upload ${{github.event.release.tag_name}} ckan-geoconnex-web-resources-${{ matrix.namespace }}.jsonl
|
||||
cargo run -p generate_release --release --verbose > ${{ matrix.ckan_instance.name }}.jsonl
|
||||
gh release upload ${{github.event.release.tag_name}} ${{ matrix.ckan_instance.name }}.jsonl
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ github.TOKEN }}
|
||||
NAMESPACE: ${{ matrix.namespace }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue