fix with exe rename in yml

This commit is contained in:
Vishal 2022-12-28 05:07:58 +05:30
parent 0f2831ea32
commit ad9980b8dd
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ jobs:
- 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
run: cp ${{ github.workspace }}/bin/nostr_console_${{matrix.os}}_${{matrix.arch}} ${{ github.workspace }}/bin/nostr_console_${{matrix.os}}_${{matrix.arch}}.exe
- name: Download a Build Artifact

View File

@ -5,7 +5,7 @@ homepage: https://github.com/vishalxl/nostr_console
# added build for ubuntu arm 64, and mac arm 64
# matrix change , removed old build entries in dart.yml files
# matrix change , removed old build entries in dart.yml files
# 0.3.1
# added nostr.ch as another default relay to sync with anigma