Debug CI
This commit is contained in:
parent
a49799ba12
commit
121786f61d
@ -79,12 +79,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: frontend.tar
|
name: frontend.tar
|
||||||
path: static
|
path: static
|
||||||
- run: tar -xf frontend.tar && rm frontend.tar
|
|
||||||
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
|
||||||
|
- run: ls -laR
|
||||||
|
- run: tar -xf frontend.tar && rm frontend.tar
|
||||||
|
working-directory: static
|
||||||
- name: Package backend-glibc
|
- name: Package backend-glibc
|
||||||
run: mv backend_rust server && 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
|
||||||
|
Loading…
Reference in New Issue
Block a user