From 7494bce08c2c2cd60cbcb81c6c783c61a1e0d12a Mon Sep 17 00:00:00 2001 From: Fabrizio Branca Date: Fri, 1 Mar 2024 15:02:20 +0100 Subject: [PATCH] Switched steps order --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 288fb07..b8d4595 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,17 +34,17 @@ jobs: id-token: write contents: read steps: - - name: Download Artifact - uses: actions/download-artifact@v3 - with: - name: build - path: build - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@master with: aws-region: eu-central-1 role-to-assume: arn:aws:iam::511165248623:role/github_techradar role-session-name: GitHubActions + - name: Download Artifact + uses: actions/download-artifact@v3 + with: + name: build + path: build - run: 'aws s3 sync --delete s3://techradar-test-aoe/techradar/' # deploy: