Fixing windows build for tags

This commit is contained in:
Zoe Roux 2022-03-23 21:52:19 +01:00
parent 813214b47b
commit 3f23591e0e
No known key found for this signature in database
GPG Key ID: 6AA5AE82CCC0D9DD

View File

@ -79,7 +79,7 @@ jobs:
name: Create windows release name: Create windows release
runs-on: windows-latest runs-on: windows-latest
needs: build needs: build
if: github.ref == 'refs/heads/master' if: ${{ github.ref == 'refs/heads/master' || contains(github.ref, 'tags') }}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Download windows build - name: Download windows build