ci: fix typo (32bin to 32bit)
This commit is contained in:
parent
254d0479ed
commit
fc0b1ca6c9
|
|
@ -358,13 +358,13 @@ jobs:
|
||||||
name: TgWsProxy
|
name: TgWsProxy
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Download Win7 build
|
- name: Download Win7 build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TgWsProxy-win7
|
name: TgWsProxy-win7
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Download Win7 (32bin) build
|
- name: Download Win7 (32bit) build
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: TgWsProxy-win7-32bit
|
name: TgWsProxy-win7-32bit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue