test release #5
@@ -8,8 +8,8 @@ on:
|
||||
|
||||
env:
|
||||
GODOT_VERSION: 4.3
|
||||
EXPORT_NAME: test-project
|
||||
PROJECT_PATH: test-project
|
||||
EXPORT_NAME: Experements
|
||||
PROJECT_PATH: .
|
||||
|
||||
jobs:
|
||||
export-windows:
|
||||
@@ -34,8 +34,6 @@ jobs:
|
||||
run: |
|
||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
||||
mkdir -v -p ~/.config/
|
||||
mv /root/.config/godot ~/.config/godot
|
||||
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||
- name: Windows Build
|
||||
run: |
|
||||
mkdir -v -p build/windows
|
||||
@@ -61,7 +59,6 @@ jobs:
|
||||
- name: Setup
|
||||
run: |
|
||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
||||
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||
- name: Linux Build
|
||||
run: |
|
||||
mkdir -v -p build/linux
|
||||
@@ -121,7 +118,6 @@ jobs:
|
||||
- name: Setup
|
||||
run: |
|
||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
||||
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||
- name: Mac Build
|
||||
run: |
|
||||
mkdir -v -p build/mac
|
||||
|
||||
Reference in New Issue
Block a user