1 parent 96cd010 commit 44d6bc4Copy full SHA for 44d6bc4
1 file changed
.github/workflows/build_and_release.yml
@@ -312,7 +312,7 @@ jobs:
312
name: Create Release and Attach Artifacts
313
runs-on: ubuntu-latest
314
needs: build
315
- if: startsWith(github.ref, 'refs/tags/')
+ if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
316
steps:
317
- name: Download Windows artifact
318
uses: actions/download-artifact@v4
0 commit comments