From cda906801561f6cf00f4e47dc7e9a45690b42562 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 4 Dec 2023 02:45:10 +0100 Subject: [PATCH] fixed2 --- .github/workflows/old.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/old.yml b/.github/workflows/old.yml index 89ba99abc..7f76f2f86 100644 --- a/.github/workflows/old.yml +++ b/.github/workflows/old.yml @@ -49,6 +49,9 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: ${{ AWS_DEFAULT_REGION }} + - name: Download all workflow run artifacts + uses: actions/download-artifact@v3 + build_production: runs-on: ubuntu-latest environment: production @@ -74,10 +77,6 @@ jobs: name: web-artifact path: ./build/web - artifacts: - paths: - - ./build/web - deploy_production: environment: production runs-on: ubuntu-latest @@ -87,6 +86,9 @@ jobs: - name: Checkout code uses: actions/checkout@v2 + - name: Download all workflow run artifacts + uses: actions/download-artifact@v3 + - name: Set up AWS CLI uses: aws-actions/configure-aws-credentials@v2 with: