From b39e3cc2fd886aaf0b1876c688f339a7562598de Mon Sep 17 00:00:00 2001 From: Brendan Galloway Date: Wed, 19 Jul 2023 13:21:09 +0200 Subject: [PATCH] fix: correct remaining output reference --- .github/workflows/gradle-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle-build.yaml b/.github/workflows/gradle-build.yaml index cd96dfe..7a4c3fd 100644 --- a/.github/workflows/gradle-build.yaml +++ b/.github/workflows/gradle-build.yaml @@ -88,7 +88,8 @@ jobs: - name: Upload artifact run: | cd Sefaria-ElasticSearch-${{ matrix.module }}/build/distributions - gh release upload ${{ needs.release.outputs.release }} '${{ matrix.module }}-${{ needs.release.outputs.version }}.zip' --clobber + ls + gh release upload ${{ needs.release.outputs.version }} '${{ matrix.module }}-${{ needs.release.outputs.version }}.zip' --clobber env: GH_TOKEN: ${{ github.token }} - name: cleanup cache