Skip to content

Commit 1a70b76

Browse files
committed
Move ZIP -x to end of command
weird ZIP things
1 parent 406a265 commit 1a70b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cd dist
2525
cp ../install.xml .
2626
cp -r ../admin ../catalog ../system upload/
27-
zip -9r -x '*.git*' qcp.ocmod.zip .
27+
zip -9r qcp.ocmod.zip . -x '*.git*'
2828
- name: Get the tag name
2929
id: get_tag
3030
run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}

0 commit comments

Comments
 (0)