1
0
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:
Athanasius 2023-01-11 12:12:30 +00:00
parent c8e6285a13
commit c48cfeca5d
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -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: