We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 406a265 commit 1a70b76Copy full SHA for 1a70b76
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
cd dist
25
cp ../install.xml .
26
cp -r ../admin ../catalog ../system upload/
27
- zip -9r -x '*.git*' qcp.ocmod.zip .
+ zip -9r qcp.ocmod.zip . -x '*.git*'
28
- name: Get the tag name
29
id: get_tag
30
run: echo ::set-output name=TAG::${GITHUB_REF/refs\/tags\//}
0 commit comments