Skip to content

Commit

Permalink
Build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Mar 6, 2024
1 parent f87676a commit ad20fd9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ jobs:
bundler-cache: true
- name: Run test
run: bundle exec rake test
- id: build
run: |
rake build
echo "pkg=${GITHUB_REPOSITORY#*/}-${RUNNING_OS%-*}" >> $GITHUB_OUTPUT
env:
RUNNING_OS: ${{matrix.os}}
if: needs.ruby-versions.outputs.latest == matrix.ruby
- name: Upload package
uses: actions/upload-artifact@v4
with:
path: pkg/*
name: ${{steps.build.outputs.pkg}}
if: steps.build.outputs.pkg

0 comments on commit ad20fd9

Please sign in to comment.