Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 12, 2020
1 parent 0d43d77 commit f634b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: build-reports.zip

deploy-mac-and-linux:
needs: build
needs: test
runs-on: macOS-latest
steps:
- name: Checkout the repo
Expand All @@ -77,7 +77,7 @@ jobs:
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.ORG_GRADLE_PROJECT_signingKey }}

deploy-windows:
needs: build
needs: test
runs-on: windows-latest
steps:
- name: Checkout the repo
Expand Down

0 comments on commit f634b96

Please sign in to comment.