Skip to content

Commit

Permalink
Merge pull request #181 from deggja/ci/remove-temp-files
Browse files Browse the repository at this point in the history
ci: remove temp files befoer pulling
  • Loading branch information
deggja authored Oct 4, 2024
2 parents 3380aab + 90beaea commit e3115fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/homebrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ jobs:
sed -i "s|sha256 \".*\"|sha256 \"${{ env.MACOS_SHA256 }}\"|" $FORMULA_FILE
sed -i "s|url \".*linux_amd64\.tar\.gz\"|url \"https://github.com/deggja/netfetch/releases/download/v${{ env.VERSION }}/netfetch_${{ env.VERSION }}_linux_amd64.tar.gz\"|" $FORMULA_FILE
sed -i "s|sha256 \".*\"|sha256 \"${{ env.LINUX_SHA256 }}\"|" $FORMULA_FILE
- name: Remove temp directory
run: rm -rf temp

- name: Fetch Latest Changes from Main
run: |
Expand Down

0 comments on commit e3115fe

Please sign in to comment.