File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020env :
2121 # To which GitHub release tag should we upload artifacts.
2222 # Can be "snapshot" or "vX.Y.Z" (latter when we make stable release).
23- release_tag : snapshot
23+ release_tag : with-skin-node
2424 # release_tag: vX.Y.Z
2525
2626 # Which Castle Game Engine tag/branch to use for building.
2727 # This *should* be "snapshot", which is our latest CGE that passed automatic tests.
2828 # But for quick hotfix in exceptional situation, you may want to use "master"
2929 # or any other branch/tag.
30- engine_tag : snapshot
30+ engine_tag : always-fast-transform
3131
3232defaults :
3333 run :
@@ -263,7 +263,7 @@ jobs:
263263 run : gh auth status
264264 # Releases files in the GitHub release.
265265 - name : Release Artifacts
266- if : ${{ github.ref == 'refs/heads/master ' }}
266+ if : ${{ github.ref == 'refs/heads/with-skin-node ' }}
267267 run : gh release --repo ${{ github.repository }} upload ${{ env.release_tag }} --clobber *.zip *.tar.gz
268268 env :
269269 GH_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments