mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-07 05:40:12 +08:00
update builds
This commit is contained in:
parent
b4a2a05f50
commit
ff2757e7e8
2
.github/workflows/build-watcom.yml
vendored
2
.github/workflows/build-watcom.yml
vendored
@ -67,5 +67,5 @@ jobs:
|
|||||||
- name: Get artifact
|
- name: Get artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "3proxy-${{ env.RELEASE }}-lite.zip"
|
name: "3proxy-${{ env.RELEASE }}-lite"
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
2
.github/workflows/build-win32.yml
vendored
2
.github/workflows/build-win32.yml
vendored
@ -78,5 +78,5 @@ jobs:
|
|||||||
- name: Get artifact
|
- name: Get artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "3proxy-${{ env.RELEASE }}.zip"
|
name: "3proxy-${{ env.RELEASE }}"
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
2
.github/workflows/build-win64.yml
vendored
2
.github/workflows/build-win64.yml
vendored
@ -79,5 +79,5 @@ jobs:
|
|||||||
- name: Get artifact
|
- name: Get artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "3proxy-${{ env.RELEASE }}-x64.zip"
|
name: "3proxy-${{ env.RELEASE }}-x64"
|
||||||
path: dist/
|
path: dist/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user