Merge pull request #520 from ggrtk/github-actions

Update GitHub Actions workflow
This commit is contained in:
Connor McLaughlin 2020-06-02 16:36:07 +10:00 committed by GitHub
commit b91f8c151d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,6 +88,7 @@ jobs:
create-release:
needs: [windows-build, linux-build]
runs-on: "ubuntu-latest"
if: github.ref == 'refs/heads/master'
steps:
- name: Download Windows x64 Artifact
uses: actions/download-artifact@v1