We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd42345 commit 25482fbCopy full SHA for 25482fb
.github/workflows/prerelease.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Clone repository
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
with:
17
fetch-depth: 0 # A non-shallow repository clone is required
18
- name: Run PackSquash
@@ -23,8 +23,10 @@ jobs:
23
pack_directory = 'pack'
24
zip_spec_conformance_level = 'high'
25
output_file_path = '/tmp/pack.zip'
26
-
27
- # Temp fix for packsquash, not including shaders for some reason
+ skip_pack_icon = true
+
28
+ # Fix for stable player display
29
+ shader_source_transformation_strategy = 'keep_as_is'
30
['**/*?.fsh']
31
force_include = true
32
['**/*?.vsh']
0 commit comments