Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdttttt authored Sep 24, 2020
1 parent 4a66a21 commit f2b2001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:

create:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:

Expand All @@ -38,7 +38,7 @@ jobs:

upload:

needs: [ 'create' ]
needs: [ create ]

strategy:
matrix:
Expand Down

0 comments on commit f2b2001

Please sign in to comment.