Skip to content

Commit

Permalink
fix(gradle-library): fix artifact upload condition
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Aug 21, 2024
1 parent 52e8930 commit 82bde79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
# Upload artifact
#
- name: Upload artifact
if: always() && ${{ inputs.upload-artifact-path != '' }}
if: ${{ always() && inputs.upload-artifact-path != '' }}
continue-on-error: true
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
Expand Down

0 comments on commit 82bde79

Please sign in to comment.