Skip to content

Commit 6f36cbb

Browse files
committed
Remove -X flag from zip
1 parent fa5eada commit 6f36cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Create artifact
2525
uses: montudor/action-zip@v1
2626
with:
27-
args: mkdir -p build && zip -X -r build/${{ github.event.repository.name }}.zip . -x *.git* bin** node_modules/\* .* "*/\.*" *.dist *.xml *.neon composer.lock package*.json tests** build**
27+
args: mkdir -p build && zip -r build/${{ github.event.repository.name }}.zip . -x *.git* bin** node_modules/\* .* "*/\.*" *.dist *.xml *.neon composer.lock package*.json tests** build**
2828

2929
- name: Upload artifact
3030
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)