From 2c3910779dc65eba2859b224f53cf0cac5896659 Mon Sep 17 00:00:00 2001 From: Tom Forbes Date: Sat, 29 Jul 2023 00:41:10 +0100 Subject: [PATCH] ok --- .github/workflows/run.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 02cdeab9..141067bc 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -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: