mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-06-27 01:00:51 +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
|
||||
|
Loading…
x
Reference in New Issue
Block a user