try fix last
This commit is contained in:
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@@ -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'
|
Reference in New Issue
Block a user