Skip to content

Commit

Permalink
BLD: package debug/release seperately
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchipset committed Jun 26, 2024
1 parent ac07680 commit e9758a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build-dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ jobs:
- name: Upload the binary
uses: actions/upload-artifact@v4
with:
name: App
path: src/Captura/bin # or path/to/artifact

name: Captura-$env:Configuration
path: src/Captura/bin/$env:Configuration # or path/to/artifact
env:
Configuration: ${{ matrix.configuration }}

# # Decode the base 64 encoded pfx and save the Signing_Certificate
# - name: Decode the pfx
# run: |
Expand Down

0 comments on commit e9758a6

Please sign in to comment.