Skip to content

Commit 1f36aa8

Browse files
ci(github): delete unnecessary files in release-please.yml
1 parent 8940dfe commit 1f36aa8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release-please.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,14 @@ jobs:
3434
with:
3535
web: true
3636

37-
- name: Remove extraneous files packages
38-
run: rm -rf screenshots
37+
- name: Delete unnecessary files
38+
run: >
39+
find .
40+
! -path "*/.*"
41+
! -path "*game*"
42+
! -name 'progressive_download.txt'
43+
! -name 'web-presplash.jpg'
44+
-delete
3945
4046
- name: Build packages
4147
run: renpy-launcher distribute . --dest ../dists

0 commit comments

Comments
 (0)