diff --git a/.github/workflows/build_and_scan.yml b/.github/workflows/build_and_scan.yml index 93be456..3aa9aae 100644 --- a/.github/workflows/build_and_scan.yml +++ b/.github/workflows/build_and_scan.yml @@ -3,10 +3,10 @@ name: Build and Scan on: push: branches: - - main + - master pull_request: branches: - - main + - master jobs: build: @@ -37,10 +37,10 @@ jobs: uses: actions/upload-artifact@v3 with: name: built-exe - path: dist/app.exe + path: dist/MiniBin-KT.exe - name: Scan with VirusTotal uses: fabasoad/virustotal-api-action@v1.1.3 with: api_key: ${{ secrets.VIRUSTOTAL_API_KEY }} - file: dist/app.exe + file: dist/MiniBin-KT.exe