Skip to content

Commit

Permalink
of course on windows it's .exe
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Henry <[email protected]>
  • Loading branch information
rickh94 committed Aug 21, 2021
1 parent 9c1d28e commit 12e36bd
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 @@ -31,8 +31,8 @@ jobs:
- os: windows-latest
target: x86_64-pc-windows-msvc
cross: false
artifact_name: .\target\x86_64-pc-windows-msvc\release\rustmon
asset_name: rustmon-windows-x86_64
artifact_name: .\target\x86_64-pc-windows-msvc\release\rustmon.exe
asset_name: rustmon-windows-x86_64.exe

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 12e36bd

Please sign in to comment.