fix last
Some checks failed
/ release (1.85.0, Debug, map[name:macos path-separator:: scons-script:./.github/workflows/scripts/mac/scons-build.sh version:12], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Debug, map[name:windows path-separator:; scons-script:./.github/workflows/scripts/win/scons-build.bat version:2019], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Release, map[name:macos path-separator:: scons-script:./.github/workflows/scripts/mac/scons-build.sh version:12], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Release, map[name:windows path-separator:; scons-script:./.github/workflows/scripts/win/scons-build.bat version:2019], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Debug, map[name:ubuntu path-separator:: scons-script:scons version:22.04], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Release, map[name:ubuntu path-separator:: scons-script:scons version:22.04], 2.6.1) (push) Has been cancelled
Some checks failed
/ release (1.85.0, Debug, map[name:macos path-separator:: scons-script:./.github/workflows/scripts/mac/scons-build.sh version:12], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Debug, map[name:windows path-separator:; scons-script:./.github/workflows/scripts/win/scons-build.bat version:2019], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Release, map[name:macos path-separator:: scons-script:./.github/workflows/scripts/mac/scons-build.sh version:12], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Release, map[name:windows path-separator:; scons-script:./.github/workflows/scripts/win/scons-build.bat version:2019], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Debug, map[name:ubuntu path-separator:: scons-script:scons version:22.04], 2.6.1) (push) Has been cancelled
/ release (1.85.0, Release, map[name:ubuntu path-separator:: scons-script:scons version:22.04], 2.6.1) (push) Has been cancelled
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -124,11 +124,11 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: cboe-${{ matrix.os.name }}-${{ matrix.configuration }}
|
name: cboe-${{ matrix.os.name }}-${{ matrix.configuration }}
|
||||||
path: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }-${{ matrix.configuration }}}.tar'
|
path: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }}-${{ matrix.configuration }}.tar'
|
||||||
- name: Github release
|
- name: Github release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }-${{ matrix.configuration }}}.tar'
|
files: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }}-${{ matrix.configuration }}.tar'
|
||||||
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
if: ${{ startsWith(github.ref, 'refs/tags/') }}
|
||||||
- name: 'Itch.io release'
|
- name: 'Itch.io release'
|
||||||
run: './.github/workflows/scripts/butler_push.sh'
|
run: './.github/workflows/scripts/butler_push.sh'
|
||||||
|
Reference in New Issue
Block a user