Skip to content

Commit

Permalink
release pipeline 6
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Feb 3, 2025
1 parent 124e073 commit 0b98a58
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,9 @@ jobs:

- name: Pick artifacts to publish and change names
run: |
first_archive=$(find . -maxdepth 1 -name "cardano-address-*" -printf '%P\n' | head -n 1)
echo "${first_archive}"
sha256sums_filename=$(echo "${first_archive%-*}-sha256sums.txt")
ls *
sha256sums_filename="cardano-address-4.0.0-sha256sums.txt"
sha256sum cardano-address-* >> "$sha256sums_filename"
cat "${sha256sums_filename}"
mv cardano-address-*-windows-latest.zip cardano-address-*-win64.zip
mv cardano-address-*-macos-latest.tar.gz cardano-address-*-macos.tar.gz
Expand Down

0 comments on commit 0b98a58

Please sign in to comment.