Skip to content

Commit

Permalink
fix: cy.rb name
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Dec 16, 2023
1 parent f8226b9 commit 2ce188f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# Remove last line from darwin formula
sed '$d' ./cy-build/darwin/cy.rb > cy.rb
# Include all other lines from linux
sed -n '/on_linux/,$p' ./cy-build/darwin/cy-linux.rb >> cy.rb
sed -n '/on_linux/,$p' ./cy-build/darwin/cy.rb >> cy.rb
TAG=$(git describe --tags --always --abbrev=0)
Expand Down

0 comments on commit 2ce188f

Please sign in to comment.