Skip to content

Commit

Permalink
workflow minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
KaSaNaa committed Dec 4, 2024
1 parent 8d4fd5b commit 4d0c6e9
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,4 @@ jobs:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Upload release asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/exec
asset_name: exec
asset_content_type: application/octet-stream
prerelease: false

0 comments on commit 4d0c6e9

Please sign in to comment.