Skip to content

Commit

Permalink
You win this round, chatgpt. I made a mistake about the path to the file
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 25, 2023
1 parent 18d2376 commit 84737c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
- name: 'Prepare a template file'
run: |
sed -i "s/sha256.*/sha256: ${{ steps.generate-sha256.outputs.sha256 }}/" templ.rb
sed -i "s/url*/url: ${{ env.SOURCE_CODE_URL }}/" templ.rb
sed -i "s/sha256.*/sha256: ${{ steps.generate-sha256.outputs.sha256 }}/" Formula/templ.rb
sed -i "s/url*/url: ${{ env.SOURCE_CODE_URL }}/" Formula/templ.rb
- name: "Add new repo file"
Expand Down

0 comments on commit 84737c4

Please sign in to comment.