ci: trying artifacts

This commit is contained in:
2025-06-17 16:58:13 +02:00
parent e6573fc44f
commit 7e66ae4178

View File

@ -68,6 +68,11 @@ jobs:
mkdir -v -p build/mac
godot --headless --verbose --export-release "macOS" build/mac/${{ env.GAME_NAME }}.zip
zip -r Mac.zip build/mac
- name: Upload build
uses: actions/upload-artifact@v3
with:
name: WindowsBuild
path: Windows.zip
- name: Upload to release
uses: akkuman/gitea-release-action@v1
with: