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 3132fdb commit d88a172
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,11 @@ jobs:
- name: Clean Certificate
if: always() # clean up, even if build fails
run: Remove-Item -path cert.pfx

run: |
if(test-path cert.pfx){
Remove-Item -path cert.pfx
}

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d88a172

Please sign in to comment.