2 parents 96cd010 + 44d6bc4 commit bf2a962Copy full SHA for bf2a962
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