Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
iximiuz authored Jul 27, 2021
1 parent a910023 commit be47511
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
include:
- name: linux
os: ubuntu-latest
artifact_name: target/release/<name>
asset_name: <name>-linux
artifact_name: target/release/pq
asset_name: pq-linux
- name: windows
os: windows-latest
artifact_name: target/release/<name>.exe
asset_name: <name>-windows
artifact_name: target/release/pq.exe
asset_name: pq-windows
- name: macos
os: macos-latest
artifact_name: target/release/<name>
asset_name: <name>-macos
artifact_name: target/release/pq
asset_name: pq-macos

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit be47511

Please sign in to comment.