From 2f7f8f0899aa08ec3df08dcafdb54a66639bc84d Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:42:26 +0100 Subject: [PATCH] ok2 --- .github/workflows/build-macos.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 9560978b..eabb364e 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -50,6 +50,11 @@ jobs: with: submodules: true + - name: Change Version + run: | + sudo chmod +x resources/version.sh && ./resources/version.sh || true + git remote show origin + # Initializes the CodeQL tools for scanning. # - name: Initialize CodeQL # uses: github/codeql-action/init@v1 @@ -78,9 +83,6 @@ 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 }}