Skip to content

Commit

Permalink
Update ci-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicPredator authored Feb 7, 2024
1 parent 93d1693 commit 7168d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Restore the application
run: msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
env:
Configuration: ${{ matrix.configuration }}
Configuration: "Release"

# Decode the base 64 encoded pfx and save the Signing_Certificate
- name: Decode the pfx from secret
Expand Down

0 comments on commit 7168d6f

Please sign in to comment.