Fix 10
All checks were successful
godot-ci export / build (push) Successful in 1m14s

This commit is contained in:
2025-05-29 11:44:13 +02:00
parent c9d0c06e35
commit e25aa48570
2 changed files with 11 additions and 10 deletions

View File

@@ -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: |

View File

@@ -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