From 0f2831ea32c1a407724372796b2211de532abb35 Mon Sep 17 00:00:00 2001 From: Vishal <64505169+vishalxl@users.noreply.github.com> Date: Wed, 28 Dec 2022 05:03:49 +0530 Subject: [PATCH] rename exe for win in yml --- .github/workflows/dart.yml | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 2e2f1b4..3259502 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 0f7305a..476d3dd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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