Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
1f06823b3b | |||
7c13cdc168 | |||
0f8c4c71a8 |
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -1,8 +1,12 @@
|
||||
on:
|
||||
push:
|
||||
branches: [ builds ]
|
||||
branches:
|
||||
- builds
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
pull_request:
|
||||
branches: [ builds ]
|
||||
branches:
|
||||
- builds
|
||||
jobs:
|
||||
release:
|
||||
env:
|
||||
@@ -128,4 +132,5 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
- name: 'Itch.io release'
|
||||
run: './.github/workflows/scripts/butler_push.sh'
|
||||
shell: bash
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
|
2
.github/workflows/scripts/butler_push.sh
vendored
2
.github/workflows/scripts/butler_push.sh
vendored
@@ -25,4 +25,4 @@ unzip butler.zip
|
||||
chmod +x ${butler_exe}
|
||||
# just a sanity check run (and also helpful in case you're sharing CI logs)
|
||||
./${butler_exe} -V
|
||||
./${butler_exe} push build/Blades of Exile/ nqn/blades-of-exile:${butler_channel}
|
||||
./${butler_exe} push "build/Blades of Exile/" nqn/blades-of-exile:${butler_channel}
|
||||
|
Reference in New Issue
Block a user