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 f082093 commit 5b5695dCopy full SHA for 5b5695d
1 file changed
.github/workflows/push.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Create artifacts
35
run: |
36
mkdir -p artifacts
37
- cp components/launchserver/build/distributions/launchserver.zip artifacts
+ cp components/launchserver/build/distributions/launchserver*.zip artifacts
38
cp components/serverwrapper/build/libs/serverwrapper.jar artifacts/ServerWrapper.jar
39
cp components/serverwrapper/build/libs/serverwrapper-inline.jar artifacts/ServerWrapperInline.jar
40
0 commit comments