Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Upload export artifacts to GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
dorianpercic committed May 16, 2024
1 parent a2f1324 commit c5afe69
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/linux_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
touch godot/.godot/extension_list.cfg
echo "res://rust.gdextension" >> godot/.godot/extension_list.cfg
just linux-release
ls export/linux
export-android:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -95,3 +96,13 @@ jobs:
export GODOT_ANDROID_KEYSTORE_RELEASE_PASSWORD="android"
just setup-android
just android-release
ls export/android
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Android Godot Spike Binaries
path: |
export/android/Godot Spike.apk
export/android/Godot Spike.idsig
if-no-files-found: error
1 change: 1 addition & 0 deletions .github/workflows/macos_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
touch godot/.godot/extension_list.cfg
echo "res://rust.gdextension" >> godot/.godot/extension_list.cfg
just macos-release
ls export/macos
10 changes: 10 additions & 0 deletions .github/workflows/windows_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,13 @@ jobs:
touch godot/.godot/extension_list.cfg
echo "res://rust.gdextension" >> godot/.godot/extension_list.cfg
just windows-release
ls export/windows
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Windows Godot Spike Binaries
path: |
export/windows/Godot Spike.exe
export/windows/godot_plugin.dll
if-no-files-found: error

0 comments on commit c5afe69

Please sign in to comment.