rename exe for win in yml

This commit is contained in:
Vishal 2022-12-28 05:03:49 +05:30
parent b8fee0331a
commit 0f2831ea32
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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