mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-04-03 15:01:56 +03:00
[FIX] GitHub Actions - Вернул Release.zip
This commit is contained in:
parent
4c78d00360
commit
182c386887
1 changed files with 2 additions and 2 deletions
4
.github/workflows/push.yml
vendored
4
.github/workflows/push.yml
vendored
|
@ -55,10 +55,10 @@ jobs:
|
|||
if: startsWith(github.event.ref, 'refs/tags')
|
||||
run: |
|
||||
cd artifacts
|
||||
zip -r -9 Release.zip *
|
||||
zip -9 LauncherBase.zip libraries.zip LaunchServer.jar
|
||||
zip -j -9 LaunchServerModules.zip ../modules/*_module/build/libs/*.jar
|
||||
zip -j -9 LauncherModules.zip ../modules/*_lmodule/build/libs/*.jar
|
||||
zip -j -9 ServerWrapperModules.zip ../modules/*_swmodule/build/libs/*.jar || true
|
||||
|
||||
- name: Create release
|
||||
id: create_release
|
||||
|
@ -73,4 +73,4 @@ jobs:
|
|||
draft: false
|
||||
prerelease: false
|
||||
files: |
|
||||
artifacts/*
|
||||
artifacts/*
|
||||
|
|
Loading…
Reference in a new issue