Skip to content

Commit

Permalink
fix: rename homebrew recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Oct 31, 2024
1 parent 699b2a5 commit 5ec89ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 5ec89ab

Please sign in to comment.