Skip to content

Commit

Permalink
BUG: fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchipset committed Jun 26, 2024
1 parent e9758a6 commit 175360d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- name: Upload the binary
uses: actions/upload-artifact@v4
with:
name: Captura-$env:Configuration
path: src/Captura/bin/$env:Configuration # or path/to/artifact
name: Captura-${{ env.Configuration }}
path: src/Captura/bin/${{ env.Configuration }}/* # or path/to/artifact
env:
Configuration: ${{ matrix.configuration }}

Expand Down

0 comments on commit 175360d

Please sign in to comment.