Skip to content

Commit

Permalink
Updating command
Browse files Browse the repository at this point in the history
  • Loading branch information
csjones committed Sep 10, 2023
1 parent d065605 commit a09698f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-artifact-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
echo ${{ hashFiles( env.ARTIFACT_NAME ) }}
sed -i '' 's/checksum: ".*"/checksum: "${{ hashFiles( env.ARTIFACT_NAME ) }}"/g' ${{ inputs.binary_name }}/Package.swift
sed -i '' 's/\(url: ".*\/\)\([0-9]\+\.[0-9]\+\.[0-9]\+\)\(\/.*"\)/\1${{ env.PLUGIN_VERSION }}\3/g' ${{ inputs.binary_name }}/Package.swift
sed -i '' 's/\(url: ".*\/\)[0-9]\+\.[0-9]\+\.[0-9]\+\(\/.*"\)/\1${{ env.PLUGIN_VERSION }}\2/g' ${{ inputs.binary_name }}/Package.swift
cat ${{ inputs.binary_name }}/Package.swift
- name: Push Changes to GitHub
run: |
Expand Down

0 comments on commit a09698f

Please sign in to comment.