Skip to content

Commit b9ffaec

Browse files
ci(github): don't delete version.txt in release-please.yml
1 parent 91c1bba commit b9ffaec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@ jobs:
3737
- name: Delete unnecessary files
3838
run: >
3939
find .
40-
! -path "*/.*"
41-
! -path "*game*"
4240
! -name 'progressive_download.txt'
41+
! -name 'version.txt'
4342
! -name 'web-presplash.jpg'
43+
! -path "*/.*"
44+
! -path "*game*"
4445
-delete
4546
4647
- name: Build packages

0 commit comments

Comments
 (0)