Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guerinoni committed Mar 6, 2021
1 parent 90a0b61 commit f275e65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- os: ubuntu-20.04
artifact_name: ./target/release/perg
asset_name: perg-linux-amd64

- os: windows-latest
- os: windows-latest
artifact_name: ./target/release/perg.exe
asset_name: perg-windows-amd64

- os: macos-latest
- os: macos-latest
artifact_name: ./target/release/perg
asset_name: perg-macos-amd64

Expand Down

0 comments on commit f275e65

Please sign in to comment.