More correct name

This commit is contained in:
KG7x 2026-03-23 17:42:52 +03:00 committed by GitHub
parent abdb62856c
commit fe062a8363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ permissions:
contents: write
jobs:
build:
build-windows:
runs-on: windows-latest
steps:
- name: Checkout
@ -319,7 +319,7 @@ jobs:
dist/TgWsProxy_linux_amd64.deb
release:
needs: [build, build-win7, build-macos, build-linux]
needs: [build-windows, build-win7, build-macos, build-linux]
runs-on: ubuntu-latest
if: ${{ github.event.inputs.make_release == 'true' }}
steps: