Skip to content

Commit

Permalink
Build Setup fix
Browse files Browse the repository at this point in the history
  • Loading branch information
king-tri-ton committed Aug 30, 2024
1 parent f2040a9 commit cf1055d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Build and Scan
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master

jobs:
build:
Expand Down Expand Up @@ -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

0 comments on commit cf1055d

Please sign in to comment.