From 74df9c419dcd011f009e85ad8e6329807ab734b0 Mon Sep 17 00:00:00 2001 From: Fmar Date: Sat, 20 Jan 2024 01:14:38 +0100 Subject: [PATCH] wails worflow --- .github/workflows/wails.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wails.yaml b/.github/workflows/wails.yaml index 94c2d63c..bcd6028d 100644 --- a/.github/workflows/wails.yaml +++ b/.github/workflows/wails.yaml @@ -23,8 +23,6 @@ jobs: with: check-latest: true go-version: 1.21 - - run: go version - shell: bash # Setup and configure NodeJS - name: Setup NodeJS uses: actions/setup-node@v3 @@ -42,6 +40,12 @@ jobs: run: wails build --platform ${{ matrix.build.platform }} -tags "wails" #-o ${{ matrix.build.name }} shell: bash + - uses: actions/upload-artifact@v3 + with: + name: Wails Build ${{ matrix.build.platform }} nostr-wallet-connect + path: | + */bin/ + *\bin\* # - uses: dAppServer/wails-build-action@v2.2 # with: # build-name: ${{ matrix.build.name }}