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 b586559 commit 82cbba5Copy full SHA for 82cbba5
.github/workflows/build.yml
@@ -182,7 +182,8 @@ jobs:
182
create-release:
183
needs: [build-windows]
184
runs-on: ubuntu-latest
185
- if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')) steps:
+ if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
186
+ steps:
187
- name: Download ZIP artifacts
188
uses: actions/download-artifact@v4
189
with:
0 commit comments