From 2cad70dae0979166641a6a888f6e8870be3ba25a Mon Sep 17 00:00:00 2001 From: antelle Date: Wed, 30 Dec 2020 13:01:55 +0100 Subject: [PATCH] uploading artifacts before virustotal checks --- .github/workflows/build.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 12a3fab9..dde4efb6 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,6 +24,11 @@ jobs: run: npm test - name: Grunt run: grunt + - name: Upload artifact + uses: actions/upload-artifact@v1 + with: + name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html + path: dist - name: Write secrets env: VIRUS_TOTAL: ${{ secrets.VIRUS_TOTAL }} @@ -33,11 +38,6 @@ jobs: - name: Check on VirusTotal run: grunt virustotal if: ${{ github.repository == 'keeweb/keeweb' }} - - name: Upload artifact - uses: actions/upload-artifact@v1 - with: - name: KeeWeb-${{ steps.get_tag.outputs.tag }}.html - path: dist linux: runs-on: ubuntu-latest