This commit is contained in:
@@ -56,10 +56,16 @@ jobs:
|
||||
cd $PROJECT_PATH
|
||||
./godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: windows
|
||||
path: build/windows
|
||||
run: |
|
||||
curl --user your_username:your_password_or_token \
|
||||
--upload-file "$EXPORT_DIR/windows/$EXPORT_NAME.exe" \
|
||||
https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/0.0.1/$EXPORT_NAME.exe
|
||||
|
||||
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: windows
|
||||
# path: build/windows
|
||||
|
||||
- name: Linux Build
|
||||
run: |
|
||||
@@ -67,11 +73,11 @@ jobs:
|
||||
EXPORT_DIR="$(readlink -f build)"
|
||||
cd $PROJECT_PATH
|
||||
godot --headless --verbose --export-release "Linux/X11" "$EXPORT_DIR/linux/$EXPORT_NAME.x86_64"
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux
|
||||
path: build/linux
|
||||
#- name: Upload Artifact
|
||||
# uses: actions/upload-artifact@v4
|
||||
# with:
|
||||
# name: linux
|
||||
# path: build/linux
|
||||
|
||||
#- name: Zip HTML Export
|
||||
# run: |
|
||||
|
||||
Reference in New Issue
Block a user