diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7d5e900..dafbb68 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,7 +48,8 @@ jobs: command: publish args: --token ${{ secrets.CRATES_IO_TOKEN }} - - name: CreateRelease + - name: Create Release + id: create_release if: steps.check_tag.outputs.EXISTS == 'false' uses: actions/create-release@v1 env: @@ -66,6 +67,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./target/release/${{ github.event.repository.name }} - asset_name: ${{ github.event.repository.name }} + asset_path: ./target/release/hiramu + asset_name: hiramu asset_content_type: application/octet-stream \ No newline at end of file