Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
infiniteregrets committed Dec 12, 2024
1 parent 1c438d4 commit dc1823a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
cat s2.rb
sed -i.bak "s/^ version \".*\"$/ version \"${{ steps.version.outputs.value }}\"/" s2.rb
cat s2.rb
sed -z -i.bak "s/sha256 \".*\"/sha256 \"${{ env.LINUX_INTEL_SHA256 }}\"/1" s2.rb
sed -z -i -e 's/[0-9a-f]\{64\}/${{ env.LINUX_INTEL_SHA256 }}/1' s2.rb
cat s2.rb
# create_release:
Expand Down

0 comments on commit dc1823a

Please sign in to comment.