mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-25 07:50:54 +02:00
rename exe for win in yml
This commit is contained in:
parent
b8fee0331a
commit
0f2831ea32
6
.github/workflows/dart.yml
vendored
6
.github/workflows/dart.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user