Skip to content

Commit

Permalink
Update CI: fix 4
Browse files Browse the repository at this point in the history
  • Loading branch information
meanmail committed Sep 20, 2023
1 parent eeac61b commit ba314c0
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=$(find ${{ inputs.path }} -type f -print0 | sort -z | xargs -0 sha2sum | sha2sum)
hash=$(find ${{ inputs.path }} -type f -print0 | sort -z | xargs -0 sha1sum | sha1sum)
echo "hash=-${hash::9}" >> "$GITHUB_ENV"
shell: bash
- if: ${{ !inputs.add_hash }}
Expand Down

0 comments on commit ba314c0

Please sign in to comment.