Skip to content

Commit 25482fb

Browse files
authored
Update action
1 parent dd42345 commit 25482fb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/prerelease.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Clone repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0 # A non-shallow repository clone is required
1818
- name: Run PackSquash
@@ -23,8 +23,10 @@ jobs:
2323
pack_directory = 'pack'
2424
zip_spec_conformance_level = 'high'
2525
output_file_path = '/tmp/pack.zip'
26-
27-
# Temp fix for packsquash, not including shaders for some reason
26+
skip_pack_icon = true
27+
28+
# Fix for stable player display
29+
shader_source_transformation_strategy = 'keep_as_is'
2830
['**/*?.fsh']
2931
force_include = true
3032
['**/*?.vsh']

0 commit comments

Comments
 (0)