Skip to content

Commit

Permalink
Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Dec 7, 2023
1 parent 81e6797 commit 111686b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
New-Item -ItemType directory -Path certificate
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.CODE_SIGNING_CERTIFICATE }}'
openssl base64 -d -in certificate\certificate.txt -out certificate\certificate.pem
openssl pkcs12 -export -out certificate\certificate.pfx -inkey certificate\certificate.pem -in certificate\certificate.pem
- name: Upload Artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 111686b

Please sign in to comment.