Skip to content

Commit

Permalink
Downloading artifacts during update-s3-bucket step
Browse files Browse the repository at this point in the history
  • Loading branch information
felippeb committed Nov 16, 2023
1 parent a01c720 commit fb39aed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Download Release Details
uses: actions/download-artifact@v3
with:
name: release-details

- name: Get Salt Project GitHub Actions Bot Environment
run: |
TOKEN=$(curl -sS -f -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")
Expand Down

0 comments on commit fb39aed

Please sign in to comment.