make release

This commit is contained in:
2024-10-30 19:07:13 -05:00
parent d47b37da3c
commit 2d4b7843b1

View File

@@ -61,4 +61,4 @@ jobs:
- name: 'Itch.io release'
run: './.github/workflows/scripts/butler_push.sh'
shell: bash
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.configuration == 'Release' }}
if: ${{ matrix.configuration == 'Release' }}