Skip to content

Commit 3454050

Browse files
ci(github): don't delete web-icon.png in release-please.yml
1 parent 5627edd commit 3454050

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
run: >
2222
find .
2323
! -name "progressive_download.txt"
24-
! -name "progressive_download.txt"
2524
! -name "web-*"
2625
! -path "*/.*"
2726
! -path "*game*"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
find .
4040
! -name "progressive_download.txt"
4141
! -name "version.txt"
42-
! -name "web-presplash.*"
42+
! -name "web-*"
4343
! -path "*/.*"
4444
! -path "*game*"
4545
-delete

0 commit comments

Comments
 (0)