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 3046121
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,3 +95,11 @@ jobs:
export GODOT_ANDROID_KEYSTORE_RELEASE_PASSWORD="android"
just setup-android
just android-release
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Godot Spike Binaries
path: |
"export/android/Godot Spike.apk"
if-no-files-found: error
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: Godot Spike Binaries
path: |
export/windows/Godot Spike.exe
export/windows/godot_plugin.dll
if-no-files-found: error

0 comments on commit 3046121

Please sign in to comment.