diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b8b552eb5..80f859391 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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