diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 494452851..9fd973498 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -152,12 +152,17 @@ jobs: set WIX_ROOT_PATH="${{ env.USERPROFILE }}\.dotnet\tools" deploy\build.bat --installer all - - name: 'Upload artifacts' + - name: 'Upload WIX installer artifact' uses: actions/upload-artifact@v7 with: - path: | - deploy/build/AmneziaVPN-*-win64.exe - deploy/build/AmneziaVPN-*-win64.msi + path: deploy/build/AmneziaVPN-*-win64.msi + archive: false + retention-days: 7 + + - name: 'Upload IFW installer artifact' + uses: actions/upload-artifact@v7 + with: + path: deploy/build/AmneziaVPN-*-win64.exe archive: false retention-days: 7