github actions

pull/523/head
hunterlong 2020-04-22 00:12:44 -07:00
parent 1793d02459
commit 24b711113a
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ jobs:
path: ./build
upload-release:
needs: [test, postman-tests, build-linux, build-mac, build-windows]
needs: [test, test-postman, build-linux, build-mac, build-windows]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2