mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-04-24 23:40:25 +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
@ -75,6 +75,12 @@ jobs:
|
||||
- name: List files in the repository
|
||||
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
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: nostr_console
|
||||
description: A multi-platform nostr client built for terminal/console
|
||||
version: 0.3.1-beta-b
|
||||
homepage: https://github.com/vishalxl/nostr_console
|
||||
homepage: https://github.com/vishalxl/nostr_console
|
||||
|
||||
|
||||
# added build for ubuntu arm 64, and mac arm 64
|
||||
|
Loading…
x
Reference in New Issue
Block a user