Debug CI
This commit is contained in:
parent
a49799ba12
commit
121786f61d
@ -79,12 +79,13 @@ jobs:
|
||||
with:
|
||||
name: frontend.tar
|
||||
path: static
|
||||
- run: tar -xf frontend.tar && rm frontend.tar
|
||||
working-directory: static
|
||||
- name: Download backend-glibc
|
||||
uses: https://github.com/actions/download-artifact@v3
|
||||
with:
|
||||
name: backend-glibc
|
||||
- run: ls -laR
|
||||
- run: tar -xf frontend.tar && rm frontend.tar
|
||||
working-directory: static
|
||||
- name: Package backend-glibc
|
||||
run: mv backend_rust server && tar -cvJf linux-x64-glibc.tar.xz server static
|
||||
- name: Upload package-glibc
|
||||
|
Loading…
Reference in New Issue
Block a user