This commit is contained in:
@@ -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: |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user