From 5ec89ab7356bd93b4d9b75077fcbbfd30672dc87 Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Thu, 31 Oct 2024 13:29:32 +0800 Subject: [PATCH] fix: rename homebrew recipes --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 842dcc79..f25d0a1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,6 +111,7 @@ jobs: cd assets python3 base.py \ --root https://static.sourga.me/blobs/6481/.index.source \ + --models \ --download \ --outdir dist \ complex dust2 turbine @@ -160,6 +161,11 @@ jobs: args: release --skip=publish --snapshot --config .github/goreleaser-for-linux.yaml version: v1.23.0 + - name: Copy homebrew + run: | + cp dist/homebrew/sour.rb dist/sour.rb + rm dist/*/sour + - name: Upload uses: actions/upload-artifact@v4 with: