Skip to content

Commit

Permalink
sign YT.IIGen.Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tum4ik committed Dec 30, 2023
1 parent e23fee6 commit 25c4fff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
-FilesDirectoryPath ${{ env.BuildOutputPath }} `
-PfxFilePath ${{ env.TemporaryPfxFilePath }} `
-PfxPassword ${{ secrets.PFX_KEY }}
${{ env.Scripts }}\SignMyCodeFiles.ps1 `
-FilesDirectoryPath .\YT.IIGen.Attributes\bin\Release\netstandard2.0 `
-PfxFilePath ${{ env.TemporaryPfxFilePath }} `
-PfxPassword ${{ secrets.PFX_KEY }}
Remove-Item -Path ${{ env.TemporaryPfxFilePath }}
- name: Pack
Expand Down

0 comments on commit 25c4fff

Please sign in to comment.