Debug CI
Some checks failed
/ Build backend-glibc (push) Successful in 6m11s
/ Build backend-muslc (push) Successful in 5m41s
/ Build frontend (push) Successful in 1m44s
/ Package builds (push) Failing after 15s

This commit is contained in:
Mutzi 2023-05-28 15:38:49 +02:00
parent a49799ba12
commit 121786f61d

View File

@ -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