Skip to content

Commit

Permalink
Add artifact download step in build_and_upload workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed May 4, 2024
1 parent 2aad3f3 commit 7599376
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
- dir: macos
- dir: windows

steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
with:
path: artifacts

- name: Configure AWS CLI
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit 7599376

Please sign in to comment.