Skip to content

Commit

Permalink
Build Live Media with GitHub Actions #106
Browse files Browse the repository at this point in the history
  • Loading branch information
yuravk committed Jun 24, 2024
1 parent f1175d7 commit a226da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-media.yml
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ jobs:
aws s3api put-object-tagging --bucket ${{ vars.AWS_BUCKET }} --key ${{ env.date_stamp }}/${object} --tagging 'TagSet={Key=public,Value=yes}'
done
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: steps.get-media.outcome == 'success' && inputs.upload_to_s3
name: Put AWS S3 download URLs
with:
Expand Down

0 comments on commit a226da7

Please sign in to comment.