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