Skip to content

Commit

Permalink
Update GitHub Actions Rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Apr 18, 2024
1 parent 95ba235 commit e46ab9b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit e46ab9b

Please sign in to comment.