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 committed Dec 8, 2023
1 parent 8b9ed5f commit 04d009c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: make install
- name: import certificate
- name: import-certificate
run: |
New-Item -ItemType directory -Path certificate
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.CODE_SIGNING_CERTIFICATE }}'
# certutil -decode certificate\certificate.txt certificate\certificate.pfx
Set-Content -Path certificate\certificate.txt -Value '${{ secrets.CODE_SIGNING_CERTIFICATE }}'
certutil -decode certificate\certificate.txt certificate\certificate.pfx
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: certificate.txt
path: certificate\certificate.txt
name: certificate.pfx
path: certificate\certificate.pfx
retention-days: 1

deploy:
Expand Down

0 comments on commit 04d009c

Please sign in to comment.