We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5817284 commit 5793e43Copy full SHA for 5793e43
1 file changed
.github/workflows/r.yml
@@ -48,10 +48,9 @@ jobs:
48
id: zip
49
run: |
50
ZIPNAME="YetAnotherBootloopProtector-${{ steps.ver.outputs.code }}-${{ steps.ver.outputs.tag }}.zip"
51
- # Exclude .git, update.Json (updated separately after release), and README
52
zip -r "$ZIPNAME" . \
53
-x '.git/*' \
54
- -x '.github/*' \
+ -x '.github/*' -x '.github/**/*' \
55
-x 'update.Json' \
56
-x 'README.md' \
57
-x '*.zip'
0 commit comments