Yuki Takei 4 лет назад
Родитель
Сommit
034d53460f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -374,7 +374,7 @@ jobs:
 
 
     - name: Extract built artifact
     - name: Extract built artifact
       run: |
       run: |
-        tar -x ${{ needs.launch-prod-node14.outputs.BUILT_PACKAGES }}
+        tar -xf ${{ needs.launch-prod-node14.outputs.BUILT_PACKAGES }}
 
 
     - name: yarn server:ci
     - name: yarn server:ci
       working-directory: ./packages/app
       working-directory: ./packages/app