Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ClotildeToullec authored Feb 17, 2022
1 parent 3469734 commit b895978
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,10 @@ jobs:
asset_path: ./${{ env.PROJECT_NAME }}-${{ matrix.smalltalk }}.zip
asset_name: ${{ env.PROJECT_NAME }}-${{ matrix.smalltalk }}.zip
asset_content_type: application/zip

- name: Update Generic Release
uses: johnwbyrd/[email protected]
with:
release: ${{ fromJSON(needs.get-versions.outputs.versions).release-name }}
token: ${{ secrets.GITHUB_TOKEN }}
files: ${{ env.PROJECT_NAME }}-${{ matrix.smalltalk }}.zip

0 comments on commit b895978

Please sign in to comment.