ci-test (working now) #2

Merged
Snoweuph merged 82 commits from ci-test into master 2023-04-05 19:20:53 +00:00
Showing only changes of commit b3000a193d - Show all commits

View file

@ -32,13 +32,15 @@ jobs:
run: |
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
- name: package for linux
run: |
cd builds
tar -czvf linux.tar.gz -C linux/ .
- name: print info
run: |
ls
du -sh *
echo "---"
tree /root/.local/share/godot/
echo "---"
tree builds
- name: create release
uses: https://github.com/ncipollo/release-action@v1