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 }}