Fix CI
This commit is contained in:
parent
9de4ff8c93
commit
a49799ba12
@ -78,16 +78,15 @@ jobs:
|
|||||||
uses: https://github.com/actions/download-artifact@v3
|
uses: https://github.com/actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: frontend.tar
|
name: frontend.tar
|
||||||
path: static/frontend.tar
|
path: static
|
||||||
- run: tar -xf frontend.tar && rm frontend.tar
|
- run: tar -xf frontend.tar && rm frontend.tar
|
||||||
working-directory: static
|
working-directory: static
|
||||||
- name: Download backend-glibc
|
- name: Download backend-glibc
|
||||||
uses: https://github.com/actions/download-artifact@v3
|
uses: https://github.com/actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: backend-glibc
|
name: backend-glibc
|
||||||
path: server
|
|
||||||
- name: Package backend-glibc
|
- name: Package backend-glibc
|
||||||
run: tar -cvJf linux-x64-glibc.tar.xz server static
|
run: mv backend_rust server && tar -cvJf linux-x64-glibc.tar.xz server static
|
||||||
- name: Upload package-glibc
|
- name: Upload package-glibc
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
@ -97,9 +96,8 @@ jobs:
|
|||||||
uses: https://github.com/actions/download-artifact@v3
|
uses: https://github.com/actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: backend-muslc
|
name: backend-muslc
|
||||||
path: server
|
|
||||||
- name: Package backend-muslc
|
- name: Package backend-muslc
|
||||||
run: tar -cvJf linux-x64-muslc.tar.xz server static
|
run: mv backend_rust server && tar -cvJf linux-x64-muslc.tar.xz server static
|
||||||
- name: Upload package-muslc
|
- name: Upload package-muslc
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user