bug fixed.
This commit is contained in:
2
.github/workflows/build-release-cron.yaml
vendored
2
.github/workflows/build-release-cron.yaml
vendored
@@ -510,10 +510,8 @@ jobs:
|
|||||||
id: compress-release
|
id: compress-release
|
||||||
run: |
|
run: |
|
||||||
cd windows
|
cd windows
|
||||||
unzip ../fika-server.zip
|
|
||||||
zip -r ../${{ needs.build-server-windows.outputs.WIN_RELEASE_FILE }} *
|
zip -r ../${{ needs.build-server-windows.outputs.WIN_RELEASE_FILE }} *
|
||||||
cd ../linux
|
cd ../linux
|
||||||
unzip ../fika-server.zip
|
|
||||||
zip -r ../${{ needs.build-server-linux.outputs.LINUX_RELEASE_FILE }} *
|
zip -r ../${{ needs.build-server-linux.outputs.LINUX_RELEASE_FILE }} *
|
||||||
ls -R ..
|
ls -R ..
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
server=3.10.0
|
server=3.10.0-BEM-20241125
|
||||||
fika=v2.3.0
|
fika=v2.2.8
|
||||||
|
|||||||
Reference in New Issue
Block a user