Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 9, 2024
1 parent 01e3582 commit 6434434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:

- name: Upload to repository
uses: nick-fields/retry@v3
if: ${{ success() && inputs.shouldUpload == 'true' }}
if: (success()) && ${{ inputs.shouldUpload == 'true' }}
with:
max_attempts: 3
timeout_minutes: 10
Expand Down

0 comments on commit 6434434

Please sign in to comment.