File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131131 deployOnServer :
132132 name : Deploy on server 🚀
133133 needs : [ variables, buildProject ]
134- # Guarded by username, if you want to do something sinilar remove the next line
134+ # Guarded by username, you will need to remove or replace the line for your fork
135135 if : ${{ github.repository_owner == 'JohannesDeml' }}
136136 runs-on : ubuntu-latest
137137 steps :
@@ -156,4 +156,6 @@ jobs:
156156 port : 21
157157 protocol : ftps
158158 local-dir : ./build/${{ needs.variables.outputs.BUILD_NAME }}/
159- server-dir : ./${{ needs.variables.outputs.TAG }}/
159+ server-dir : ./${{ needs.variables.outputs.TAG }}/
160+ # Make sure old files are deleted (e.g. created with name files as hashes)
161+ dangerous-clean-slate : true
Original file line number Diff line number Diff line change @@ -777,7 +777,7 @@ PlayerSettings:
777777 spritePackerPolicy :
778778 webGLMemorySize : 256
779779 webGLExceptionSupport : 1
780- webGLNameFilesAsHashes : 0
780+ webGLNameFilesAsHashes : 1
781781 webGLDataCaching : 1
782782 webGLDebugSymbols : 0
783783 webGLEmscriptenArgs :
@@ -790,6 +790,7 @@ PlayerSettings:
790790 webGLLinkerTarget : 1
791791 webGLThreadsSupport : 0
792792 webGLDecompressionFallback : 0
793+ webGLPowerPreference : 2
793794 scriptingDefineSymbols : {}
794795 additionalCompilerArguments : {}
795796 platformArchitecture : {}
You can’t perform that action at this time.
0 commit comments