update builds

This commit is contained in:
Vladimir Dubrovin 2026-04-06 10:09:40 +03:00
parent b4a2a05f50
commit ff2757e7e8
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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