This commit is contained in:
@@ -10,6 +10,7 @@ env:
|
|||||||
GODOT_VERSION: 4.3
|
GODOT_VERSION: 4.3
|
||||||
EXPORT_NAME: test-project
|
EXPORT_NAME: test-project
|
||||||
PROJECT_PATH: .
|
PROJECT_PATH: .
|
||||||
|
GAME_VERSION: 0.0.2
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -66,26 +67,26 @@ jobs:
|
|||||||
- name: Upload Artifact Windows
|
- name: Upload Artifact Windows
|
||||||
run: |
|
run: |
|
||||||
echo $EXPORT_DIR
|
echo $EXPORT_DIR
|
||||||
pwd
|
#pwd
|
||||||
ls -la
|
#ls -la
|
||||||
ls -la build
|
ls -la build
|
||||||
ls -la build/windows
|
ls -la build/windows
|
||||||
ls -la "build/windows/"
|
#ls -la "build/windows/"
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file "build/windows/$EXPORT_NAME.exe" \
|
--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
|
- name: Upload Artifact Linux
|
||||||
run: |
|
run: |
|
||||||
echo $EXPORT_DIR
|
echo $EXPORT_DIR
|
||||||
pwd
|
#pwd
|
||||||
ls -la
|
#ls -la
|
||||||
ls -la build
|
ls -la build
|
||||||
ls -la build/linux
|
ls -la build/linux
|
||||||
ls -la "build/linux/"
|
#ls -la "build/linux/"
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file "build/linux/$EXPORT_NAME.x86_64" \
|
--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
|
- name: MacOS Build
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -512,13 +512,13 @@ permissions/write_user_dictionary=false
|
|||||||
name="Linux/X11"
|
name="Linux/X11"
|
||||||
platform="Linux"
|
platform="Linux"
|
||||||
runnable=true
|
runnable=true
|
||||||
advanced_options=false
|
advanced_options=true
|
||||||
dedicated_server=false
|
dedicated_server=false
|
||||||
custom_features=""
|
custom_features=""
|
||||||
export_filter="all_resources"
|
export_filter="all_resources"
|
||||||
include_filter=""
|
include_filter=""
|
||||||
exclude_filter=""
|
exclude_filter=""
|
||||||
export_path=""
|
export_path="../../gameoff.x86_64"
|
||||||
encryption_include_filters=""
|
encryption_include_filters=""
|
||||||
encryption_exclude_filters=""
|
encryption_exclude_filters=""
|
||||||
encrypt_pck=false
|
encrypt_pck=false
|
||||||
|
|||||||
Reference in New Issue
Block a user