We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b2cbe commit 5beb62eCopy full SHA for 5beb62e
.github/workflows/main.yml
@@ -55,6 +55,8 @@ jobs:
55
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
56
with:
57
targetPlatform: WebGL
58
+ # adding allowDirtyBuild here fixed it for me!
59
+ allowDirtyBuild: true
60
61
# Output
62
- uses: actions/upload-artifact@v3
0 commit comments