diff --git a/.github/workflows/linux_export.yml b/.github/workflows/linux_export.yml index fc62494..a51e03b 100644 --- a/.github/workflows/linux_export.yml +++ b/.github/workflows/linux_export.yml @@ -95,3 +95,12 @@ 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 + export/android/Godot Spike.idsig + if-no-files-found: error diff --git a/.github/workflows/windows_export.yml b/.github/workflows/windows_export.yml index 93e6989..48ffb1c 100644 --- a/.github/workflows/windows_export.yml +++ b/.github/workflows/windows_export.yml @@ -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