Skip to content

Commit

Permalink
fix: release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Mar 25, 2024
1 parent 364b9c2 commit a3ef609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ jobs:
- build: linux
os: ubuntu-latest
rust: stable
bin: target/release/yr
bin: yr
args: ""

- build: macos
os: macos-latest
rust: stable
bin: target/release/yr
bin: yr
args: ""

- build: windows
os: windows-latest
bin: target/release/yr.exe
bin: yr.exe
rust: stable
args: ""

Expand Down

0 comments on commit a3ef609

Please sign in to comment.