Skip to content

Commit

Permalink
Skip build and upload package with Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 18, 2023
1 parent 4b629c3 commit b7cef75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
env:
RUNNING_OS: ${{matrix.os}}
shell: bash
if: ${{ matrix.os != 'windows-latest' }}
- name: Upload package
uses: actions/upload-artifact@v3
with:
path: pkg/*.gem
name: ${{steps.build.outputs.pkg}}
if: ${{ matrix.os != 'windows-latest' }}

0 comments on commit b7cef75

Please sign in to comment.