This commit is contained in:
@@ -56,10 +56,10 @@ jobs:
|
||||
cd $PROJECT_PATH
|
||||
./godot --headless --verbose --export-release "Windows Desktop" "$EXPORT_DIR/windows/$EXPORT_NAME.exe"
|
||||
|
||||
echo 'ls -la "$EXPORT_DIR/windows/"'
|
||||
ls -la "$EXPORT_DIR/windows/"
|
||||
- name: Upload Artifact
|
||||
run: |
|
||||
echo 'ls -la "$EXPORT_DIR/windows/"'
|
||||
ls -la "$EXPORT_DIR/windows/"
|
||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||
--upload-file "$EXPORT_DIR/windows/$EXPORT_NAME.exe" \
|
||||
https://gitea.sanplex.tech/api/packages/sansan/generic/GodotTest/0.0.1/$EXPORT_NAME.exe
|
||||
|
||||
Reference in New Issue
Block a user