Skip to content

Commit

Permalink
Add header line to release sha256 csv
Browse files Browse the repository at this point in the history
  • Loading branch information
lepapareil authored Aug 28, 2024
1 parent 8433f29 commit bc76fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ jobs:
artifacts/release-macos-aarch64-artifacts/hurl-"${{ needs.set-context.outputs.release_version }}"-aarch64-apple-darwin.tar.gz \
artifacts/release-windows-x64-artifacts/hurl-"${{ needs.set-context.outputs.release_version }}"-x86_64-pc-windows-msvc-installer.exe \
artifacts/release-windows-x64-artifacts/hurl-"${{ needs.set-context.outputs.release_version }}"-x86_64-pc-windows-msvc.zip
find ./artifacts -name "*sha256" | xargs -I FILE sh -c 'echo "$(basename FILE) $(cat FILE)"' > ${{ needs.set-context.outputs.release_version }}.sha256.csv
echo "file sha256" > ${{ needs.set-context.outputs.release_version }}.sha256.csv
find ./artifacts -name "*sha256" | xargs -I FILE sh -c 'echo "$(basename FILE) $(cat FILE)"' >> ${{ needs.set-context.outputs.release_version }}.sha256.csv
- name: Archive sha256 artifacts
uses: actions/[email protected]
Expand Down

0 comments on commit bc76fd8

Please sign in to comment.