Skip to content

Commit

Permalink
fix naming of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Nov 28, 2024
1 parent 75d7a9b commit 6b189bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jobs:
dotnet-version: 8.0.x
- name: Build mac x64
run: dotnet publish BTCPayApp.Photino/BTCPayApp.Photino.csproj -r osx-x64 -c Debug -o publish/osx-x64
- name: Build linux
- name: Build mac arm64
run: dotnet publish BTCPayApp.Photino/BTCPayApp.Photino.csproj -r osx-arm64 -c Debug -o publish/osx-arm64
- name: Upload artifact linux
- name: Upload artifact mac
uses: actions/upload-artifact@v4
with:
name: linux build
name: mac build
path: |
publish/osx-x64
publish/osx-arm64
Expand Down

0 comments on commit 6b189bc

Please sign in to comment.