mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-05-08 14:33:23 +00:00
fix: windows artifact upload
This commit is contained in:
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@@ -152,12 +152,17 @@ jobs:
|
|||||||
set WIX_ROOT_PATH="${{ env.USERPROFILE }}\.dotnet\tools"
|
set WIX_ROOT_PATH="${{ env.USERPROFILE }}\.dotnet\tools"
|
||||||
deploy\build.bat --installer all
|
deploy\build.bat --installer all
|
||||||
|
|
||||||
- name: 'Upload artifacts'
|
- name: 'Upload WIX installer artifact'
|
||||||
uses: actions/upload-artifact@v7
|
uses: actions/upload-artifact@v7
|
||||||
with:
|
with:
|
||||||
path: |
|
path: deploy/build/AmneziaVPN-*-win64.msi
|
||||||
deploy/build/AmneziaVPN-*-win64.exe
|
archive: false
|
||||||
deploy/build/AmneziaVPN-*-win64.msi
|
retention-days: 7
|
||||||
|
|
||||||
|
- name: 'Upload IFW installer artifact'
|
||||||
|
uses: actions/upload-artifact@v7
|
||||||
|
with:
|
||||||
|
path: deploy/build/AmneziaVPN-*-win64.exe
|
||||||
archive: false
|
archive: false
|
||||||
retention-days: 7
|
retention-days: 7
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user