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 14849c9a20 - Show all commits

View file

@ -31,7 +31,7 @@ jobs:
- name: export for linux - name: export for linux
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 -q --export-release Linux/X11 ./builds/linux/Game.x86_64
- name: package for linux - name: package for linux
run: | run: |
cd builds cd builds
@ -46,7 +46,7 @@ jobs:
uses: https://github.com/ncipollo/release-action@v1 uses: https://github.com/ncipollo/release-action@v1
with: with:
token: ${{ secrets.DEPLOY_TOKEN }} token: ${{ secrets.DEPLOY_TOKEN }}
tag: ${{ github.ref_name }} Test tag: test
name: Test name: Test
artifacts: ${{ steps.export.outputs.archive_directory }}/* # Added "/*" at the end is glob pattern match for this action artifacts: builds/linux.tar.gz # Added "/*" at the end is glob pattern match for this action