Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9809abc27 | |||
| db65c02e75 |
@@ -42,6 +42,8 @@ jobs:
|
|||||||
runs-on: godot
|
runs-on: godot
|
||||||
# env:
|
# env:
|
||||||
# RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
# RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||||
|
needs:
|
||||||
|
- BumpTag
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout with LFS
|
- name: Checkout with LFS
|
||||||
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
||||||
@@ -65,22 +67,6 @@ jobs:
|
|||||||
name: Test Report
|
name: Test Report
|
||||||
path: ${{ github.workspace }}/reports/test-result.html
|
path: ${{ github.workspace }}/reports/test-result.html
|
||||||
|
|
||||||
Export:
|
|
||||||
runs-on: godot
|
|
||||||
needs:
|
|
||||||
- BumpTag
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout with LFS
|
|
||||||
uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
|
||||||
|
|
||||||
- name: Setup Godot
|
|
||||||
id: setup-godot
|
|
||||||
uses: https://git.game-dev.space/minimata/setup-godot.git@main
|
|
||||||
with:
|
|
||||||
godot-version: '4.6'
|
|
||||||
dotnet-version: 'net9.0'
|
|
||||||
|
|
||||||
- name: Remove GDUnit addon
|
- name: Remove GDUnit addon
|
||||||
run: |
|
run: |
|
||||||
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
rm -rf ${{ gitea.workspace }}/addons/gdUnit4
|
||||||
@@ -114,3 +100,19 @@ jobs:
|
|||||||
"Windows.zip" \
|
"Windows.zip" \
|
||||||
${{ env.ITCHIO_USERNAME }}/${{ env.ITCHIO_GAMEID }}:windows ${versionArgument}
|
${{ env.ITCHIO_USERNAME }}/${{ env.ITCHIO_GAMEID }}:windows ${versionArgument}
|
||||||
|
|
||||||
|
# Export:
|
||||||
|
# runs-on: godot
|
||||||
|
# needs:
|
||||||
|
# - BumpTag
|
||||||
|
#
|
||||||
|
# steps:
|
||||||
|
# - name: Checkout with LFS
|
||||||
|
# uses: https://git.game-dev.space/minimata/checkout-with-lfs.git@main
|
||||||
|
#
|
||||||
|
# - name: Setup Godot
|
||||||
|
# id: setup-godot
|
||||||
|
# uses: https://git.game-dev.space/minimata/setup-godot.git@main
|
||||||
|
# with:
|
||||||
|
# godot-version: '4.6'
|
||||||
|
# dotnet-version: 'net9.0'
|
||||||
|
|
||||||
|
|||||||
@@ -409,6 +409,7 @@ offset_left = 1524.0
|
|||||||
offset_top = 1.0
|
offset_top = 1.0
|
||||||
offset_right = -8.0
|
offset_right = -8.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="UI" type="Control" parent="." unique_id=856532641]
|
[node name="UI" type="Control" parent="." unique_id=856532641]
|
||||||
|
|||||||
Reference in New Issue
Block a user