Skip to content

Commit

Permalink
Mac is failling
Browse files Browse the repository at this point in the history
  • Loading branch information
idhugoid committed Apr 7, 2020
1 parent 0592bdf commit f1ba140
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 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest,windows-latest,macos-latest]
os: [ubuntu-latest,windows-latest]


steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
asset_content_type: application/zip
if: startsWith(matrix.os, 'windows')

- name: Upload Darwing Version
- name: Upload Darwin Version
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f1ba140

Please sign in to comment.