Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Nov 28, 2024
1 parent 091e383 commit 1f23480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Test the desktop app'
name: 'Test & Build the desktop app'
on:
push:
branches:
Expand Down Expand Up @@ -47,8 +47,8 @@ jobs:
run: dotnet test -v n --logger "console;verbosity=normal" BTCPayApp.Tests
# Stop infrastructure

build-windows:
runs-on: windows-latest
build-desktop:
runs-on: ubuntu-latest
steps:
# Setup code, .NET and Android
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload artifact linux
uses: actions/upload-artifact@v4
with:
name: windows build
name: linux build
path: |
publish/linux-x64
publish/linux-arm64

0 comments on commit 1f23480

Please sign in to comment.