Skip to content

Commit d9c3789

Browse files
committed
Update BitMono.Build.yaml
1 parent ab00511 commit d9c3789

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/BitMono.Build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ jobs:
149149
buildMethod: BitMono.Editor.PackageExporter.ExportPackage
150150
projectPath: test/BitMono.Unity.TestProject
151151
buildName: BitMono-Unity-Package
152-
#allowDirtyBuild: true
152+
allowDirtyBuild: true
153153

154154
- name: Verify .unitypackage was created
155155
run: |
156156
if (Test-Path "BitMono-Unity-v${{ needs.Build.outputs.version }}-Unity${{ matrix.unity-version }}.unitypackage") {
157-
Write-Host "Unity package created successfully"
157+
Write-Host "Unity package created successfully"
158158
Get-ChildItem "BitMono-Unity-v${{ needs.Build.outputs.version }}-Unity${{ matrix.unity-version }}.unitypackage" | ForEach-Object { Write-Host "File size: $([math]::Round($_.Length / 1MB, 2)) MB" }
159159
} else {
160-
Write-Error "Unity package not found!"
160+
Write-Error "Unity package not found!"
161161
Get-ChildItem -Recurse -Name "*.unitypackage" | ForEach-Object { Write-Host "Found: $_" }
162162
exit 1
163163
}

0 commit comments

Comments
 (0)