Skip to content

Commit bf2a962

Browse files
authored
Merge pull request #73 from A-Baji/dev
fix releasse got skipped
2 parents 96cd010 + 44d6bc4 commit bf2a962

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ jobs:
312312
name: Create Release and Attach Artifacts
313313
runs-on: ubuntu-latest
314314
needs: build
315-
if: startsWith(github.ref, 'refs/tags/')
315+
if: startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch'
316316
steps:
317317
- name: Download Windows artifact
318318
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)