From e25aa4857059f30f5ed060f1a264bb342218ae57 Mon Sep 17 00:00:00 2001 From: Sebastian Olsson Date: Thu, 29 May 2025 11:44:13 +0200 Subject: [PATCH] Fix 10 --- .gitea/workflows/gitea-ci.yaml | 17 +++++++++-------- export_presets.cfg | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 27cec22..48fdedf 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -10,6 +10,7 @@ env: GODOT_VERSION: 4.3 EXPORT_NAME: test-project PROJECT_PATH: . + GAME_VERSION: 0.0.2 jobs: build: @@ -66,26 +67,26 @@ jobs: - name: Upload Artifact Windows run: | echo $EXPORT_DIR - pwd - ls -la + #pwd + #ls -la ls -la build ls -la build/windows - ls -la "build/windows/" + #ls -la "build/windows/" curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \ --upload-file "build/windows/$EXPORT_NAME.exe" \ - https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/0.0.1/$EXPORT_NAME.exe + https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/$GAME_VERSION/$EXPORT_NAME.exe - name: Upload Artifact Linux run: | echo $EXPORT_DIR - pwd - ls -la + #pwd + #ls -la ls -la build ls -la build/linux - ls -la "build/linux/" + #ls -la "build/linux/" curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \ --upload-file "build/linux/$EXPORT_NAME.x86_64" \ - https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/0.0.1/$EXPORT_NAME.x86_64 + https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/$GAME_VERSION/$EXPORT_NAME.x86_64 - name: MacOS Build run: | diff --git a/export_presets.cfg b/export_presets.cfg index 8b627a2..df4d399 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -512,13 +512,13 @@ permissions/write_user_dictionary=false name="Linux/X11" platform="Linux" runnable=true -advanced_options=false +advanced_options=true dedicated_server=false custom_features="" export_filter="all_resources" include_filter="" exclude_filter="" -export_path="" +export_path="../../gameoff.x86_64" encryption_include_filters="" encryption_exclude_filters="" encrypt_pck=false