From c8479b254e343ba975a1829ac4067bcbb0d364bb Mon Sep 17 00:00:00 2001 From: Dorian Percic Date: Thu, 16 May 2024 11:06:28 +0200 Subject: [PATCH] Upload export artifacts to GitHub --- .github/workflows/windows_export.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/windows_export.yml b/.github/workflows/windows_export.yml index 93e6989..14deb9d 100644 --- a/.github/workflows/windows_export.yml +++ b/.github/workflows/windows_export.yml @@ -49,3 +49,12 @@ jobs: touch godot/.godot/extension_list.cfg echo "res://rust.gdextension" >> godot/.godot/extension_list.cfg just windows-release + + - 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