From 28db04e6219d1a17972eda71c7a6d8fbae084be5 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 31 Mar 2022 08:37:00 +0200 Subject: [PATCH] arm av allowlisting [ci skip] --- .github/workflows/win-exe.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 58b9d2bb6..d2b568860 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -283,7 +283,7 @@ jobs: allowlist: name: Anti Virus Allowlisting - # if: startsWith(github.ref, 'refs/tags/') + if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest needs: [build-msi, build-exe] steps: @@ -311,7 +311,6 @@ jobs: username: ${{ secrets.ALLOWLIST_KASPERSKY_USERNAME }} password: ${{ secrets.ALLOWLIST_KASPERSKY_PASSWORD }} local-dir: files/ - dry-run: true - name: Upload to Avast uses: SamKirkland/FTP-Deploy-Action@4.3.0 with: @@ -321,4 +320,3 @@ jobs: username: ${{ secrets.ALLOWLIST_AVAST_USERNAME }} password: ${{ secrets.ALLOWLIST_AVAST_PASSWORD }} local-dir: files/ - dry-run: true \ No newline at end of file