rename exe for win in yml

This commit is contained in:
Vishal 2022-12-28 05:03:49 +05:30
parent b8fee0331a
commit 0f2831ea32
2 changed files with 7 additions and 1 deletions

View File

@ -76,6 +76,12 @@ jobs:
run: |
ls ${{ github.workspace }}/bin
- name: Rename exe for windows only
if: ${{ matrix.os == 'windows'}}
run: cp nostr_console_${{matrix.os}}_${{matrix.arch}} nostr_console_${{matrix.os}}_${{matrix.arch}}.exe
- name: Download a Build Artifact
uses: actions/download-artifact@v3.0.0
with: