diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb24b59b..d38038f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ on: push: - branches: [ master, ci, builds ] + branches: [ builds ] pull_request: - branches: [ master, ci, builds ] + branches: [ builds ] jobs: release: env: @@ -76,12 +76,12 @@ jobs: run: '${{ matrix.scons-script[matrix.os] }} INCLUDEPATH="${{ steps.boost.outputs.root }}:${{steps.sfml.outputs.path}}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}:${{steps.sfml.outputs.path}}/lib" FRAMEWORKPATH="${{steps.sfml.outputs.path}}/lib"' - name: Codesign and notarize run: './.github/workflows/scripts/mac/sign-apps.sh' - if: ${{ github.ref == 'refs/heads/builds' }} && ${{ matrix.os == 'macos' }} - - name: 'Tar files', + if: ${{ matrix.os == 'macos' }} + - name: 'Tar files' run: 'tar -cvf cboe-${{ matrix.os }}.tar "Blades of Exile"' working-directory: '${{ github.workspace }}/build' - - name: 'Upload Artifact', - uses: actions/upload-artifact@v4, + - name: 'Upload Artifact' + uses: actions/upload-artifact@v4 with: name: cboe-${{ matrix.os }} path: '${{ github.workspace }}/build/cboe-${{ matrix.os }}.tar' \ No newline at end of file