parent
b13cb6acbd
commit
b3000a193d
1 changed files with 4 additions and 2 deletions
|
@ -32,13 +32,15 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p ./builds/linux/
|
mkdir -p ./builds/linux/
|
||||||
/root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 /var/lib/actions/project.godot --headless --export-release Linux/X11 ./builds/linux/Game.x86_64
|
/root/.local/share/godot/godot_executable/Godot_v4.0-stable_linux.x86_64 /var/lib/actions/project.godot --headless --export-release Linux/X11 ./builds/linux/Game.x86_64
|
||||||
|
- name: package for linux
|
||||||
|
run: |
|
||||||
|
cd builds
|
||||||
|
tar -czvf linux.tar.gz -C linux/ .
|
||||||
- name: print info
|
- name: print info
|
||||||
run: |
|
run: |
|
||||||
ls
|
ls
|
||||||
du -sh *
|
du -sh *
|
||||||
echo "---"
|
echo "---"
|
||||||
tree /root/.local/share/godot/
|
|
||||||
echo "---"
|
|
||||||
tree builds
|
tree builds
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://github.com/ncipollo/release-action@v1
|
uses: https://github.com/ncipollo/release-action@v1
|
||||||
|
|
Loading…
Reference in a new issue