parent
79cb86b3b8
commit
f03336cde7
1 changed files with 3 additions and 1 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
|
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
|
||||||
relative_project_path: ./
|
relative_project_path: ./
|
||||||
use_preset_export_path: false
|
use_preset_export_path: false
|
||||||
relative_export_path: ./build # move export output to this directory relative to git root
|
relative_export_path: ./builds # move export output to this directory relative to git root
|
||||||
archive_output: false
|
archive_output: false
|
||||||
verbose: false
|
verbose: false
|
||||||
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
||||||
|
@ -33,6 +33,8 @@ jobs:
|
||||||
du -sh *
|
du -sh *
|
||||||
echo "---"
|
echo "---"
|
||||||
tree /root/.local/share/godot/
|
tree /root/.local/share/godot/
|
||||||
|
echo "---"
|
||||||
|
tree builds
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue