Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/gdnative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
# cd foreigner
# make GODOTCPP_PATH=$GITHUB_WORKSPACE/cpp/godot-cpp GODOT_PATH=$GITHUB_WORKSPACE/godot GODOT_CPP_BIN=godot-cpp.linux.release.64
- name: Upload a Build Artifact Linux
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-godot-cpp-x11-sdk
path: cpp/demo/bin/
# - name: Upload a Build Artifact Linux
# uses: actions/upload-artifact@v2.2.4
# uses: actions/upload-artifact@v2.3.0
# with:
# name: build-godot-cpp-x11-foreigner
# path: src/
Expand Down Expand Up @@ -86,12 +86,12 @@ jobs:
# cd foreigner
# make GODOTCPP_PATH=$GITHUB_WORKSPACE/cpp/godot-cpp GODOT_PATH=$GITHUB_WORKSPACE/godot GODOT_CPP_BIN=godot-cpp.windows.release.64
- name: Upload a Build Artifact Windows
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-godot-cpp-win-sdk
path: cpp/demo/bin/
# - name: Upload a Build Artifact Windows
# uses: actions/upload-artifact@v2.2.4
# uses: actions/upload-artifact@v2.3.0
# with:
# name: build-godot-cpp-win-foreigner
# path: src/
Expand Down Expand Up @@ -125,12 +125,12 @@ jobs:
# cd foreigner
# make GODOTCPP_PATH=$GITHUB_WORKSPACE/cpp/godot-cpp GODOT_PATH=$GITHUB_WORKSPACE/godot GODOT_CPP_BIN=godot-cpp.osx.release.64
- name: Upload a Build Artifact OSX
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-godot-cpp-osx-sdk
path: cpp/demo/bin/
# - name: Upload a Build Artifact OSX
# uses: actions/upload-artifact@v2.2.4
# uses: actions/upload-artifact@v2.3.0
# with:
# name: build-godot-cpp-osx-foreigner
# path: src/
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/godot-build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pip install pyinstaller
./build_crashreport_windows.bat
- name: Upload a Build Artifact Windows
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-crashreport-windows
path: crashreport/win/dist
Expand All @@ -60,7 +60,7 @@ jobs:
sudo chmod +x ./build_crashreport_osx.sh
./build_crashreport_osx.sh
- name: Upload a Build Artifact osx
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-crashreport-osx
path: crashreport/osx/dist
Expand All @@ -84,7 +84,7 @@ jobs:
sudo chmod +x ./build_crashreport_linux.sh
./build_crashreport_linux.sh
- name: Upload a Build Artifact x11-64
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-crashreport-x11-64
path: crashreport/x11/dist
Expand All @@ -105,17 +105,17 @@ jobs:
sudo chmod +x ./build_game.sh
./build_game.sh -godot_version_number ${{ matrix.godot-version }} -godot_version_status "stable" -build_mode "source" -base_path $GITHUB_WORKSPACE
- name: Upload a Build Artifact x11-64
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-x11-64-${{ matrix.godot-version }}
path: builds/${{ matrix.godot-version }}.stable/x11-64-standard
- name: Upload a Build Artifact osx-64
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-osx-64-${{ matrix.godot-version }}
path: builds/${{ matrix.godot-version }}.stable/osx-standard
- name: Upload a Build Artifact win-64
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-win-64-${{ matrix.godot-version }}
path: builds/${{ matrix.godot-version }}.stable/win-64-standard
Expand All @@ -141,7 +141,7 @@ jobs:
-in sendlog.exe -out send_log.exe
rm sendlog.exe
- name: Upload a Build Artifact Windows
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v2.3.0
with:
name: build-crashreport-windows-signed
path: artifacts/build-crashreport-windows/
Expand Down