diff --git a/.github/workflows/retrofw_release.yml b/.github/workflows/retrofw_release.yml index a637398c7..b89ed8281 100644 --- a/.github/workflows/retrofw_release.yml +++ b/.github/workflows/retrofw_release.yml @@ -3,7 +3,7 @@ name: RetroFW Release Build on: release: types: [created] - workflow_dispatch: + workflow_dispatch: jobs: retrofw: diff --git a/.github/workflows/src_dist_release.yml b/.github/workflows/src_dist_release.yml index f5e1c4dc9..4e68fe308 100644 --- a/.github/workflows/src_dist_release.yml +++ b/.github/workflows/src_dist_release.yml @@ -3,7 +3,7 @@ name: Build source tarball on: release: types: [created] - workflow_dispatch: + workflow_dispatch: jobs: make_src_dist: