From be4751177f014dd60e3144c3170b17f8e8c5e0fc Mon Sep 17 00:00:00 2001 From: Ivan Velichko Date: Tue, 27 Jul 2021 18:36:07 +0200 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5cbea21..782647b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,16 +14,16 @@ jobs: include: - name: linux os: ubuntu-latest - artifact_name: target/release/ - asset_name: -linux + artifact_name: target/release/pq + asset_name: pq-linux - name: windows os: windows-latest - artifact_name: target/release/.exe - asset_name: -windows + artifact_name: target/release/pq.exe + asset_name: pq-windows - name: macos os: macos-latest - artifact_name: target/release/ - asset_name: -macos + artifact_name: target/release/pq + asset_name: pq-macos steps: - uses: actions/checkout@v1