Yuki Takei 4 anni fa
parent
commit
034d53460f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

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

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