Skip to content

Commit 5b5695d

Browse files
committed
[FIX] GitHub Actions
1 parent f082093 commit 5b5695d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Create artifacts
3535
run: |
3636
mkdir -p artifacts
37-
cp components/launchserver/build/distributions/launchserver.zip artifacts
37+
cp components/launchserver/build/distributions/launchserver*.zip artifacts
3838
cp components/serverwrapper/build/libs/serverwrapper.jar artifacts/ServerWrapper.jar
3939
cp components/serverwrapper/build/libs/serverwrapper-inline.jar artifacts/ServerWrapperInline.jar
4040

0 commit comments

Comments
 (0)