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 pip install --upgrade castlabs-evs
|
||||||
python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }}
|
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
|
- name : Build
|
||||||
env:
|
env:
|
||||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||||
|
@ -137,16 +140,17 @@ jobs:
|
||||||
dist/*.dmg
|
dist/*.dmg
|
||||||
dist/*.pkg
|
dist/*.pkg
|
||||||
# The desired behavior if no files are found using the provided path.
|
# The desired behavior if no files are found using the provided path.
|
||||||
- name: Release
|
|
||||||
uses: softprops/action-gh-release@v1
|
# - name: Release
|
||||||
with:
|
# uses: softprops/action-gh-release@v1
|
||||||
files: |
|
# with:
|
||||||
dist/Cider.dmg
|
# files: |
|
||||||
dist/Cider.pkg
|
# dist/Cider.dmg
|
||||||
body: signed Develop MacOS Builds
|
# dist/Cider.pkg
|
||||||
name: macOS builds
|
# body: signed Develop MacOS Builds
|
||||||
tag_name: macos-beta
|
# name: macOS builds
|
||||||
target_commitish: ${{ env.GITHUB_SHA }}
|
# tag_name: macos-beta
|
||||||
prerelease: true
|
# target_commitish: ${{ env.GITHUB_SHA }}
|
||||||
generate_release_notes: true
|
# prerelease: true
|
||||||
fail_on_unmatched_files: false
|
# generate_release_notes: true
|
||||||
|
# fail_on_unmatched_files: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue