Skip to content

Commit

Permalink
Merge pull request #22 from Sefaria/fix-stable-build
Browse files Browse the repository at this point in the history
fix: correct remaining output reference
  • Loading branch information
nsantacruz authored Jul 19, 2023
2 parents 7d53b2a + b39e3cc commit e1b53c7
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 e1b53c7

Please sign in to comment.