Skip to content

Commit

Permalink
fix: correct remaining output reference
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanGalloway committed Jul 19, 2023
1 parent e5ef4da commit b39e3cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b39e3cc

Please sign in to comment.