Skip to content

Commit

Permalink
wails worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Jan 20, 2024
1 parent 36a3425 commit 74df9c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/wails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 74df9c4

Please sign in to comment.