From 16f6b24b6d6b667abf32450d89073cae1707df3e Mon Sep 17 00:00:00 2001 From: carlton <64127681+notcarlton@users.noreply.github.com> Date: Thu, 12 May 2022 22:11:56 -0600 Subject: [PATCH] Delete .github directory --- .github/workflows/virustotal.yml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .github/workflows/virustotal.yml diff --git a/.github/workflows/virustotal.yml b/.github/workflows/virustotal.yml deleted file mode 100644 index 5085772..0000000 --- a/.github/workflows/virustotal.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Upload latest release to VirusTotal - -on: - release: - types: [published] - - workflow_dispatch: - -jobs: - funny: - runs-on: ubuntu-latest - - steps: - - name: Download latest launcher - uses: i3h/download-release-asset@v1.3.2 - with: - owner: notcarlton - repo: OnixLauncher - tag: latest - file: OnixLauncher.exe - - - name: Upload to VirusTotal - uses: wei/curl@v1.1.1 - with: - args: --request POST --url https://www.virustotal.com/api/v3/files --header Content-Type:\ multipart/form-data --header x-apikey:\ ${{ secrets.VIRUSTOTAL_API_TOKEN }} --form file=@OnixLauncher.exe