Fixed workflow #35
@@ -55,31 +55,31 @@ jobs:
|
|||||||
cd $PROJECT_PATH
|
cd $PROJECT_PATH
|
||||||
./godot --headless --verbose --export-release "Linux" "build/$EXPORT_NAME.x86_64"
|
./godot --headless --verbose --export-release "Linux" "build/$EXPORT_NAME.x86_64"
|
||||||
|
|
||||||
- name: MacOS Build
|
# - name: MacOS Build
|
||||||
run: |
|
# run: |
|
||||||
cd $PROJECT_PATH
|
# cd $PROJECT_PATH
|
||||||
./godot --headless --verbose --export-release "macOS" "build/$EXPORT_NAME.zip"
|
# ./godot --headless --verbose --export-release "macOS" "build/$EXPORT_NAME.zip"
|
||||||
|
|
||||||
- name: Upload Artifact Windows
|
- name: Upload Artifact Windows
|
||||||
run: |
|
run: |
|
||||||
#ls -la build
|
#ls -la build
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file "build/$EXPORT_NAME.exe" \
|
--upload-file "build/$EXPORT_NAME.exe" \
|
||||||
https://gitea.sanplex.tech/api/packages/sansan/generic/$PROJECT_NAME/$GAME_VERSION/$EXPORT_NAME.exe
|
https://gitea.sanplex.xyz/api/packages/sansan/generic/$PROJECT_NAME/$GAME_VERSION/$EXPORT_NAME.exe
|
||||||
|
|
||||||
- name: Upload Artifact Linux
|
- name: Upload Artifact Linux
|
||||||
run: |
|
run: |
|
||||||
ls -la build
|
ls -la build
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file "build/$EXPORT_NAME.x86_64" \
|
--upload-file "build/$EXPORT_NAME.x86_64" \
|
||||||
https://gitea.sanplex.tech/api/packages/sansan/generic/$PROJECT_NAME/$GAME_VERSION/$EXPORT_NAME.x86_64
|
https://gitea.sanplex.xyz/api/packages/sansan/generic/$PROJECT_NAME/$GAME_VERSION/$EXPORT_NAME.x86_64
|
||||||
|
|
||||||
- name: Upload Artifact MacOS
|
# - name: Upload Artifact MacOS
|
||||||
run: |
|
# run: |
|
||||||
ls -la build
|
# ls -la build
|
||||||
curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
# curl --user ${{ github.repository_owner }}:${{ secrets.TOKEN }} \
|
||||||
--upload-file "build/$EXPORT_NAME.zip" \
|
# --upload-file "build/$EXPORT_NAME.zip" \
|
||||||
https://gitea.sanplex.tech/api/packages/sansan/generic/$PROJECT_NAME/$GAME_VERSION/$EXPORT_NAME.zip
|
# https://gitea.sanplex.xyz/api/packages/sansan/generic/$PROJECT_NAME/$GAME_VERSION/$EXPORT_NAME.zip
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user