Skip to content

Commit

Permalink
Update CI: fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Sep 20, 2023
1 parent fef4301 commit 71b3bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
password: ${{ inputs.password }}
- if: inputs.add_hash
run: |
hash=${{ hashFiles(inputs.path + '/**/*.*')
hash=${{ hashFiles(inputs.path + "/**/*.*") }}
echo "hash=-${hash::9}" >> "$GITHUB_ENV"
shell: bash
- if: !inputs.add_hash
Expand Down

0 comments on commit 71b3bb5

Please sign in to comment.