mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-26 16:50:50 +02:00
fix with exe rename in yml
This commit is contained in:
parent
0f2831ea32
commit
ad9980b8dd
2
.github/workflows/dart.yml
vendored
2
.github/workflows/dart.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user