Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jul 28, 2023
1 parent 33ec9d7 commit 2c39107
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,15 @@ jobs:
- name: Combine
run: |
poetry run pypi-data run-sql ${{ github.workspace }}/sql/combine.sql output.parquet input/*
poetry run pypi-data run-sql ${{ github.workspace }}/sql/combine.sql ${{ github.workspace }}/output.parquet input/*
- run: ls -la ${{ github.workspace }}

- name: Upload Assets
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ needs.generate-matrix.outputs.upload_url }}
asset_path: output.parquet
asset_path: ${{ github.workspace }}/output.parquet
asset_name: index-${{ matrix.index }}.parquet

makepublic:
Expand Down

0 comments on commit 2c39107

Please sign in to comment.