Skip to content

Commit

Permalink
ci: dont include version in binary names
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Apr 21, 2024
1 parent 084eff8 commit 2116af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/release/oscavmgr
asset_name: oscavmgr-alvr-${{ github.ref_name }}
asset_name: oscavmgr-alvr
asset_content_type: application/octet-stream

- name: Cargo Build Babble
Expand All @@ -53,6 +53,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/release/oscavmgr
asset_name: oscavmgr-babble-${{ github.ref_name }}
asset_name: oscavmgr-babble
asset_content_type: application/octet-stream

0 comments on commit 2116af0

Please sign in to comment.