Skip to content

Commit

Permalink
Omit backup extension in GNU sed
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyDanny committed Aug 6, 2024
1 parent 2dc958c commit 3899d9a
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 @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4
- name: Update binary package
run: >
sed -i ''
sed -i
-e "s#/[0-9]\{1,\}\.[0-9]\{1,\}\.[0-9]\{1,\}/#/${{ github.event.client_payload.tag }}/#"
-e "s/[a-fA-F0-9]\{64\}/${{ github.event.client_payload.checksum }}/"
Package.swift
Expand Down

0 comments on commit 3899d9a

Please sign in to comment.