Skip to content

Commit

Permalink
Add a build artifact to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
reese-stripe committed Nov 16, 2022
1 parent a65b40b commit 91d29d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,8 @@ jobs:
run: |
brew install automake
- run: ./script/test.sh
- uses: actions/upload-artifact@v3
with:
name: rubyfmt-artifact
path: target/release/rubyfmt-main

0 comments on commit 91d29d4

Please sign in to comment.