Skip to content

Commit 5793e43

Browse files
committed
update workflow
1 parent 5817284 commit 5793e43

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/r.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ jobs:
4848
id: zip
4949
run: |
5050
ZIPNAME="YetAnotherBootloopProtector-${{ steps.ver.outputs.code }}-${{ steps.ver.outputs.tag }}.zip"
51-
# Exclude .git, update.Json (updated separately after release), and README
5251
zip -r "$ZIPNAME" . \
5352
-x '.git/*' \
54-
-x '.github/*' \
53+
-x '.github/*' -x '.github/**/*' \
5554
-x 'update.Json' \
5655
-x 'README.md' \
5756
-x '*.zip'

0 commit comments

Comments
 (0)