Skip to content

Commit

Permalink
./ in front of sed command yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Li committed Dec 8, 2023
1 parent 6d87312 commit 40fcb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:
echo "SHA512 Checksum: $CHECKSUM"
pwd
ls -la release-sentry-client-desktop-windows-latest # To verify file presence
sed -i '' -e "s#^sha512:.*#sha512: $CHECKSUM#" release-sentry-client-desktop-windows-latest/latest.yml
sed -i '' -e "s#^ sha512:.*# sha512: $CHECKSUM#" release-sentry-client-desktop-windows-latest/latest.yml
sed -i '' -e "s#^sha512:.*#sha512: $CHECKSUM#" ./release-sentry-client-desktop-windows-latest/latest.yml
sed -i '' -e "s#^ sha512:.*# sha512: $CHECKSUM#" ./release-sentry-client-desktop-windows-latest/latest.yml
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 40fcb98

Please sign in to comment.