Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 16, 2024
1 parent 353b0d2 commit 9494877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-hatch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
working-directory: ${{ inputs.working-dir }}

- name: Upload artifacts
if: ${{ inputs.archive-name != "" }}
if: ${{ inputs.archive-name != '' }}
uses: actions/upload-artifact@v3
with:
name: ${{ inputs.archive-name }}
Expand Down

0 comments on commit 9494877

Please sign in to comment.