diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 09019b4..ba9191e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + prerelease: false \ No newline at end of file