Skip to content
Open
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
14 changes: 7 additions & 7 deletions .github/workflows/gdnative.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,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/[email protected].1
uses: actions/[email protected].2
with:
name: build-godot-cpp-x11-nativedialogs
path: cpp/NativeDialogs/bin/
# - name: Upload a Build Artifact Linux
# uses: actions/[email protected].1
# uses: actions/[email protected].2
# with:
# name: build-godot-cpp-x11-foreigner
# path: src/
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

# 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/[email protected].1
uses: actions/[email protected].2
with:
name: build-godot-cpp-x11-sdk
path: cpp/SDK/demo/bin/
Expand Down Expand Up @@ -115,12 +115,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/[email protected].1
uses: actions/[email protected].2
with:
name: build-godot-cpp-win-sdk
path: cpp/SDK/demo/bin/
# - name: Upload a Build Artifact Windows
# uses: actions/[email protected].1
# uses: actions/[email protected].2
# with:
# name: build-godot-cpp-win-foreigner
# path: src/
Expand Down Expand Up @@ -154,12 +154,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/[email protected].1
uses: actions/[email protected].2
with:
name: build-godot-cpp-osx-sdk
path: cpp/SDK/demo/bin/
# - name: Upload a Build Artifact OSX
# uses: actions/[email protected].1
# uses: actions/[email protected].2
# with:
# name: build-godot-cpp-osx-foreigner
# path: src/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/godot-build-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,23 @@ jobs:
zip -r build-osx-${{ matrix.godot-version }}.zip builds/${{ matrix.godot-version }}.rc6/osx-standard/
zip -r build-win-64-${{ matrix.godot-version }}.zip builds/${{ matrix.godot-version }}.rc6/win-64-standard/
- name: Upload a Build Artifact win
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Artifact name
name: win-64-standard
# A file, directory or wildcard pattern that describes what to upload
path: build-win-64-${{ matrix.godot-version }}.zip
# The desired behavior if no files are found using the provided path.
- name: Upload a Build Artifact x11
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Artifact name
name: x11-64-standard
# A file, directory or wildcard pattern that describes what to upload
path: build-x11-64-${{ matrix.godot-version }}.zip
# The desired behavior if no files are found using the provided path.
- name: Upload a Build Artifact osx
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Artifact name
name: osx-standard
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/godot-build-release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ jobs:
asset_content_type: application/zip
- name: Upload a Build Artifact x11
continue-on-error: true
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Artifact name
name: Linux-x64
path: builds/${{ matrix.godot-version }}.rc6/x11-64-standard/
- name: Upload a Build Artifact osx
continue-on-error: true
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Artifact name
name: OSX
path: builds/${{ matrix.godot-version }}.rc6/osx-standard/
- name: Upload a Build Artifact win
continue-on-error: true
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
# Artifact name
name: Win-x64
Expand Down