소스 검색

fix outputs value

Yuki Takei 4 년 전
부모
커밋
063a6ba886
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/reusable-app-prod.yml

+ 2 - 2
.github/workflows/reusable-app-prod.yml

@@ -146,7 +146,7 @@ jobs:
 
     - name: Extract procution files artifact
       run: |
-        tar -xf ${{ needs.build-prod-node14.outputs.PROD_FILES }}
+        tar -xf ${{ needs.build-prod.outputs.PROD_FILES }}
 
     - name: yarn server:ci
       working-directory: ./packages/app
@@ -229,7 +229,7 @@ jobs:
 
     - name: Extract procution files artifact
       run: |
-        tar -xf ${{ needs.build-prod-node14.outputs.PROD_FILES }}
+        tar -xf ${{ needs.build-prod.outputs.PROD_FILES }}
 
     - name: Determine spec expression
       id: determine-spec-exp