Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
dsvensson committed Nov 24, 2024
1 parent a3767e9 commit ed10ae5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,16 +222,12 @@ jobs:
)
find "${dist_dir}" -type f -execdir sha256sum {} \; > "checksums.txt"
cat "checksums.txt"
# Reset timestamp to time of tag
find "${dist_dir}" -print0 | xargs -0r touch --date="${RELEASE_DATE}"
find "${dist_dir}"

mv "checksums.txt" "${dist_dir}/"
touch --date="${RELEASE_DATE}" "${dist_dir}/checksums.txt"
ls -l "${dist_dir}"
cat "${dist_dir}/checksums.txt"
echo "GITHUB_ARTIFACTS=$dist_dir" >> $GITHUB_ENV
# if: github.event_name == 'release'
Expand Down

0 comments on commit ed10ae5

Please sign in to comment.