2 Commits

Author SHA1 Message Date
0f8c4c71a8 add tags to the thing
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:ubuntu path-separator:: scons-script:scons version:22.04], 2.6.1) (push) Has started running
/ 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
2024-08-10 18:23:45 -05:00
90e2dd73cd add blank line 2024-08-10 13:21:00 -05:00

View File

@@ -1,8 +1,12 @@
on:
push:
branches: [ builds ]
branches:
- builds
tags:
- "v*.*.*"
pull_request:
branches: [ builds ]
branches:
- builds
jobs:
release:
env:
@@ -128,4 +132,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
- name: 'Itch.io release'
run: './.github/workflows/scripts/butler_push.sh'
if: startsWith(github.ref, 'refs/tags/')
if: startsWith(github.ref, 'refs/tags/')