Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
king-tri-ton committed Sep 3, 2024
1 parent 8275816 commit 2433857
Showing 1 changed file with 1 addition and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build, Scan, and Release
name: Build and Scan

on:
push:
Expand Down Expand Up @@ -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

0 comments on commit 2433857

Please sign in to comment.