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 c8479b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/windows_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c8479b2

Please sign in to comment.