Fix CI
This commit is contained in:
		@@ -66,19 +66,19 @@ jobs:
 | 
				
			|||||||
    name: Package builds
 | 
					    name: Package builds
 | 
				
			||||||
    runs-on: 'docker'
 | 
					    runs-on: 'docker'
 | 
				
			||||||
    container:
 | 
					    container:
 | 
				
			||||||
      image: alpine:latest
 | 
					      image: node:current-alpine
 | 
				
			||||||
    needs: [build-glibc, build-muslc, build-frontend]
 | 
					    needs: [build-glibc, build-muslc, build-frontend]
 | 
				
			||||||
    steps:
 | 
					    steps:
 | 
				
			||||||
      - name: Install packages
 | 
					      - name: Install packages
 | 
				
			||||||
        run: apk add tar xz
 | 
					        run: apk add tar xz
 | 
				
			||||||
      - run: mkdir static
 | 
					      - run: mkdir static
 | 
				
			||||||
      - name: Download frontend
 | 
					      - name: Download frontend
 | 
				
			||||||
        uses: actions/download-artifact@v3
 | 
					        uses: https://github.com/actions/download-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: frontend
 | 
					          name: frontend
 | 
				
			||||||
          path: static
 | 
					          path: static
 | 
				
			||||||
      - name: Download backend-glibc
 | 
					      - name: Download backend-glibc
 | 
				
			||||||
        uses: actions/download-artifact@v3
 | 
					        uses: https://github.com/actions/download-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: backend-glibc
 | 
					          name: backend-glibc
 | 
				
			||||||
          path: server
 | 
					          path: server
 | 
				
			||||||
@@ -90,7 +90,7 @@ jobs:
 | 
				
			|||||||
          name: package-glibc
 | 
					          name: package-glibc
 | 
				
			||||||
          path: linux-x64-glibc.tar.xz
 | 
					          path: linux-x64-glibc.tar.xz
 | 
				
			||||||
      - name: Download backend-muslc
 | 
					      - name: Download backend-muslc
 | 
				
			||||||
        uses: actions/download-artifact@v3
 | 
					        uses: https://github.com/actions/download-artifact@v3
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          name: backend-muslc
 | 
					          name: backend-muslc
 | 
				
			||||||
          path: server
 | 
					          path: server
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user