We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854c821 commit fa5eadaCopy full SHA for fa5eada
1 file changed
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Create artifact
25
uses: montudor/action-zip@v1
26
with:
27
- args: zip -X -r build/${{ github.event.repository.name }}.zip . -x *.git* bin** node_modules/\* .* "*/\.*" *.dist *.xml *.neon composer.lock package*.json tests** build**
+ 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**
28
29
- name: Upload artifact
30
uses: actions/upload-artifact@v4
0 commit comments