Try make a github release
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -121,6 +121,11 @@ jobs:
|
||||
with:
|
||||
name: cboe-${{ matrix.os.name }}-${{ matrix.configuration }}
|
||||
path: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }}.tar'
|
||||
- name: Github release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: '${{ github.workspace }}/build/cboe-${{ matrix.os.name }}.tar'
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
- name: 'Itch.io release'
|
||||
run: './.github/workflows/scripts/butler_push.sh'
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
Reference in New Issue
Block a user