gimme env
This commit is contained in:
parent
7f69515887
commit
192975dd72
1 changed files with 17 additions and 13 deletions
30
.github/workflows/build-macos.yml
vendored
30
.github/workflows/build-macos.yml
vendored
|
@ -78,6 +78,9 @@ jobs:
|
|||
python3 -m pip install --upgrade castlabs-evs
|
||||
python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }}
|
||||
|
||||
- name: Change Version
|
||||
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||
|
||||
- name : Build
|
||||
env:
|
||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||
|
@ -137,16 +140,17 @@ jobs:
|
|||
dist/*.dmg
|
||||
dist/*.pkg
|
||||
# The desired behavior if no files are found using the provided path.
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: |
|
||||
dist/Cider.dmg
|
||||
dist/Cider.pkg
|
||||
body: signed Develop MacOS Builds
|
||||
name: macOS builds
|
||||
tag_name: macos-beta
|
||||
target_commitish: ${{ env.GITHUB_SHA }}
|
||||
prerelease: true
|
||||
generate_release_notes: true
|
||||
fail_on_unmatched_files: false
|
||||
|
||||
# - name: Release
|
||||
# uses: softprops/action-gh-release@v1
|
||||
# with:
|
||||
# files: |
|
||||
# dist/Cider.dmg
|
||||
# dist/Cider.pkg
|
||||
# body: signed Develop MacOS Builds
|
||||
# name: macOS builds
|
||||
# tag_name: macos-beta
|
||||
# target_commitish: ${{ env.GITHUB_SHA }}
|
||||
# prerelease: true
|
||||
# generate_release_notes: true
|
||||
# fail_on_unmatched_files: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue