From 14849c9a2074768dd075c5ffedfff7b24f680632 Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Wed, 5 Apr 2023 09:33:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.gitea/workflows/build.yml=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 88a2c82..b7107c5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: export for linux 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 + /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 run: | cd builds @@ -46,7 +46,7 @@ jobs: uses: https://github.com/ncipollo/release-action@v1 with: token: ${{ secrets.DEPLOY_TOKEN }} - tag: ${{ github.ref_name }} Test + tag: 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