From 192975dd7239550facea3f100efdbd8317366aa3 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:33:23 +0100 Subject: [PATCH] gimme env --- .github/workflows/build-macos.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index a088a249..9560978b 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -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