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

Commit

Permalink
Generate Big Sur file
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvartan committed Apr 13, 2021
1 parent 3dbe512 commit 92db086
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
# Experimental: brew the bottle ourselves to attach it to this release
set -eu
OS_NAME=catalina
OS_NAME=big_sur
VERSION=${GITHUB_REF#refs/tags/v*}
BOTTLE_DIR=bottle_build
BOTTLE_BIN_DIR=$BOTTLE_DIR/${{ env.PROJECT_NAME }}/$VERSION/bin
Expand All @@ -38,11 +38,20 @@ jobs:
id: vprev_bottle
run: |
set -eu
OS_NAME=mojave
OS_NAME=catalina
VERSION=${GITHUB_REF#refs/tags/v*}
BOTTLE_NAME=${{ env.PROJECT_NAME }}-$VERSION.$OS_NAME.bottle.tar.gz
echo ::set-output name=BOTTLE_NAME::${BOTTLE_NAME}
- name: VPrevPrev Bottle
id: vprev_prev_bottle
run: |
set -eu
OS_NAME=mojave
VERSION=${GITHUB_REF#refs/tags/v*}
BOTTLE_NAME=${{ env.PROJECT_NAME }}-$VERSION.$OS_NAME.bottle.tar.gz
echo ::set-output name=BOTTLE_NAME::${BOTTLE_NAME}
- name: Create Release
id: create_release
uses: actions/create-release@latest
Expand Down

0 comments on commit 92db086

Please sign in to comment.