update: proper artifact names

This commit is contained in:
MrMirDan
2026-04-20 10:57:25 +03:00
parent ee09913cea
commit fbde1aab00

View File

@@ -749,7 +749,7 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: linux-build
name: AmneziaVPN_${{ env.VERSION }}_linux_x64.tar.zip
path: build/
- name: Install Qt
@@ -786,7 +786,7 @@ jobs:
- name: Download build artifacts
uses: actions/download-artifact@v4
with:
name: windows-build
name: AmneziaVPN_${{ env.VERSION }}_x64.exe
path: build
- name: Install Qt