Try make a github release

This commit is contained in:
2024-08-10 13:05:49 -05:00
parent 771a43f2f9
commit 6849173c50

View File

@@ -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/')