Skip to content

Commit

Permalink
CI: Retry MacOS DMG Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Dec 21, 2024
1 parent 8cddda9 commit f1fb8e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/actions/upload/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ runs:
using: "composite"
steps:
- name: Save artifact
uses: actions/upload-artifact@v4
uses: Wandalen/wretry.action@master
with:
name: ${{ inputs.artifact_name }}
path: ${{ runner.temp }}/shadow_build_dir/${{ inputs.source }}/${{ inputs.artifact_name }}
action: actions/upload-artifact@v4
with: |
name: ${{ inputs.artifact_name }}
path: ${{ runner.temp }}/shadow_build_dir/${{ inputs.source }}/${{ inputs.artifact_name }}
- name: Configure AWS Credentials
if: ${{ github.event_name == 'push' && !github.event.pull_request.head.repo.fork && inputs.aws_key_id != '' && inputs.aws_secret_access_key != '' }}
Expand Down

0 comments on commit f1fb8e0

Please sign in to comment.