Skip to content
This repository has been archived by the owner on Jul 10, 2022. It is now read-only.

Commit

Permalink
Keep generating Mojave file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvartan committed Apr 13, 2021
1 parent 92db086 commit 697be4c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,13 @@ jobs:
asset_path: ./${{ steps.bottle.outputs.BOTTLE_DIR }}/${{ steps.bottle.outputs.BOTTLE_NAME }}
asset_name: ${{ steps.vprev_bottle.outputs.BOTTLE_NAME }}
asset_content_type: application/tar+gzip
- name: Upload Release Asset - PrevPrev Version
id: upload-release-asset-prev-prev
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./${{ steps.bottle.outputs.BOTTLE_DIR }}/${{ steps.bottle.outputs.BOTTLE_NAME }}
asset_name: ${{ steps.vprev_prev_bottle.outputs.BOTTLE_NAME }}
asset_content_type: application/tar+gzip

0 comments on commit 697be4c

Please sign in to comment.