From 84737c45c6001ad1f3c2aa3aa147142e5a8e6bd8 Mon Sep 17 00:00:00 2001 From: Gwyn Date: Sun, 24 Sep 2023 19:09:12 -0600 Subject: [PATCH] You win this round, chatgpt. I made a mistake about the path to the file --- .github/workflows/go_release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go_release.yaml b/.github/workflows/go_release.yaml index 9b77b1d..60989e6 100644 --- a/.github/workflows/go_release.yaml +++ b/.github/workflows/go_release.yaml @@ -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"