diff --git a/.github/workflows/build-cli.yml b/.github/workflows/build-cli.yml index 0093a7c..7b9f8d7 100644 --- a/.github/workflows/build-cli.yml +++ b/.github/workflows/build-cli.yml @@ -5,7 +5,7 @@ name: Build Superscript Linux on: release: - types: [published, created, edited] + types: [published, edited] jobs: generate: @@ -31,5 +31,5 @@ jobs: with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: superscript - asset_name: Superscript Linux Binary + asset_name: superscript tag: ${{ github.ref }} \ No newline at end of file