parent
0615182790
commit
636b9d3ce7
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ 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: ./
|
||||||
relative_export_path: ./build # move export output to this directory relative to git root
|
relative_export_path: ./build # move export output to this directory relative to git root
|
||||||
archive_output: false
|
archive_output: true
|
||||||
|
verbose: true
|
||||||
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
wine_path: ${{ steps.wine_install.outputs.WINE_PATH }}
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://github.com/ncipollo/release-action@v1.11.2
|
uses: https://github.com/ncipollo/release-action@v1.11.2
|
||||||
|
|
Loading…
Reference in a new issue