Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/release.yml-sample
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
echo "Cleaned Unity artifacts and reset tracked files"

- name: Export Unity Package
uses: game-ci/unity-builder@v4
uses: game-ci/unity-builder@v5
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -163,6 +163,9 @@ jobs:
buildsPath: build
buildMethod: YOUR_PACKAGE_ID.Installer.PackageExporter.ExportPackage
customParameters: -CI true -GITHUB_ACTIONS true
# Installer version comes from package.json (via PackageExporter), not git;
# allowDirtyBuild avoids unity-builder@semantic refusing the post-test working tree.
allowDirtyBuild: true

- name: Upload Unity Package as artifact
uses: actions/upload-artifact@v4
Expand Down