Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahegian committed Mar 7, 2022
1 parent 3fcd70c commit aee630f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: ./target/release/arag
asset_name: arag_0.1.${{ github.run_number }}
asset_name: arag_0.1.${{ github.run_number }}_${{ matrix.config.os }}
asset_content_type: application/octet-stream

- name: Upload Windows release
Expand All @@ -72,7 +72,7 @@ jobs:
with:
upload_url: ${{ needs.create-release.outputs.upload_url }}
asset_path: ./target/release/arag.exe
asset_name: arag_0.1.${{ github.run_number }}.exe
asset_name: arag_0.1.${{ github.run_number }}_${{ matrix.config.os }}.exe
asset_content_type: application/octet-stream


0 comments on commit aee630f

Please sign in to comment.