Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MPult authored May 2, 2023
1 parent 10f2969 commit d6ad6d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
include:
- name: linux
os: ubuntu-latest
artifact_name: target/release/test
artifact_name: target/release/rexit
asset_name: test-linux
- name: windows
os: windows-latest
artifact_name: target/release/test.exe
asset_name: test-windows
artifact_name: target/release/rexit.exe
asset_name: rexit-windows
- name: macos
os: macos-latest
artifact_name: target/release/test
asset_name: test-macos
artifact_name: target/release/rexit
asset_name: rexit-macos


steps:
Expand Down

0 comments on commit d6ad6d1

Please sign in to comment.