We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd9d22 commit aa468dcCopy full SHA for aa468dc
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Release
55
uses: softprops/action-gh-release@v1
56
- if: startsWith(github.ref, 'refs/tags/')
+ if: ${{ startsWith(github.ref, 'refs/tags/') && (os.matrix == 'windows-2019' || os.matrix == 'macos-10.15' || os.matrix == 'ubuntu-16.04') }}
57
with:
58
prerelease: ${{ !startsWith(github.ref, 'refs/tags/v') || contains(github.ref, '-pre') }}
59
files: ${{ github.event.repository.name }}-${{ steps.osname.outputs.lowercase }}.zip
0 commit comments