Fix artifact path
Some checks failed
/ build (push) Failing after 31s

This commit is contained in:
Nick Guy 2024-05-27 17:28:41 +01:00
parent e85eca2a8f
commit 2df9a224b0

View file

@ -27,5 +27,5 @@ jobs:
godot --headless --verbose --export-release "Windows Desktop" build/windows/package.exe
- uses: actions/upload-artifact@v3
with:
name: artifacts
path: ../build
name: artifacts/windows
path: build/windows