mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 08:17:13 +03:00
windows-build: Fix 'needs' reference to windows_build job
This commit is contained in:
parent
c8e6285a13
commit
c48cfeca5d
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -71,7 +71,7 @@ jobs:
|
||||
release:
|
||||
name: Release new version
|
||||
runs-on: ubuntu-latest
|
||||
needs: test
|
||||
needs: windows_build
|
||||
if: "${{ github.event_name != 'workflow_dispatch' }}"
|
||||
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user