diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index eca84289f..c0ff18749 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -101,7 +101,7 @@ jobs: create-release: runs-on: ubuntu-latest - needs: [bundle-linux, bundle-win32] + needs: [bundle-linux, bundle-windows] steps: - name: Download Linux artifacts uses: actions/download-artifact@v1 |