From 2433857edb2b5d06a69157fc3e7f49bdbbd5de22 Mon Sep 17 00:00:00 2001 From: king-tri-ton Date: Tue, 3 Sep 2024 23:21:37 +0500 Subject: [PATCH] fix build --- ...can_and_release.yml => build_and_scan.yml} | 22 +------------------ 1 file changed, 1 insertion(+), 21 deletions(-) rename .github/workflows/{build_scan_and_release.yml => build_and_scan.yml} (66%) diff --git a/.github/workflows/build_scan_and_release.yml b/.github/workflows/build_and_scan.yml similarity index 66% rename from .github/workflows/build_scan_and_release.yml rename to .github/workflows/build_and_scan.yml index 5c6467c..5e92e2b 100644 --- a/.github/workflows/build_scan_and_release.yml +++ b/.github/workflows/build_and_scan.yml @@ -1,4 +1,4 @@ -name: Build, Scan, and Release +name: Build and Scan on: push: @@ -44,23 +44,3 @@ jobs: with: vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }} files: dist/MiniBin-KT.exe - - release: - needs: build - runs-on: ubuntu-latest - steps: - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: built-exe - - - name: Create GitHub Release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.MY_PERSONAL_TOKEN }} - with: - tag_name: v${{ github.run_number }} - release_name: Release v${{ github.run_number }} - draft: false - prerelease: false - files: dist/MiniBin-KT.exe