mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
update: proper artifact names
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user