ci: trying to push to release
This commit is contained in:
@ -68,15 +68,15 @@ jobs:
|
|||||||
mkdir -v -p build/mac
|
mkdir -v -p build/mac
|
||||||
godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
|
godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
|
||||||
zip -r Mac.zip build/mac
|
zip -r Mac.zip build/mac
|
||||||
# - name: Upload to release
|
- name: Upload to release
|
||||||
# uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
# with:
|
with:
|
||||||
# name: Running release
|
name: Running release
|
||||||
# tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
tag_name: ${{ needs.BumpTag.outputs.tag_name }}
|
||||||
# files: |-
|
files: |-
|
||||||
# Windows.zip
|
Windows.zip
|
||||||
# Linux.zip
|
Linux.zip
|
||||||
# Mac.zip
|
Mac.zip
|
||||||
- name: Upload to Itch
|
- name: Upload to Itch
|
||||||
uses: KikimoraGames/itch-publish@v0.0.3
|
uses: KikimoraGames/itch-publish@v0.0.3
|
||||||
with:
|
with:
|
||||||
|
@ -181,6 +181,7 @@ offset_left = 1530.0
|
|||||||
offset_top = 1.0
|
offset_top = 1.0
|
||||||
offset_right = -2.0
|
offset_right = -2.0
|
||||||
offset_bottom = 1.0
|
offset_bottom = 1.0
|
||||||
|
enabled = false
|
||||||
initial_node_to_watch = NodePath("../StateChart")
|
initial_node_to_watch = NodePath("../StateChart")
|
||||||
|
|
||||||
[node name="StateChart" type="Node" parent="."]
|
[node name="StateChart" type="Node" parent="."]
|
||||||
|
Reference in New Issue
Block a user