Skip to content

Commit

Permalink
Update msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheElixZammuto authored Aug 16, 2024
1 parent d88a172 commit 979238a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@ jobs:
- name: Clean Certificate
if: always() # clean up, even if build fails
run: |
if(test-path cert.pfx){
Remove-Item -path cert.pfx
}
if(test-path cert.pfx){
Remove-Item -path cert.pfx
}
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 979238a

Please sign in to comment.