Skip to content

Commit cf1bb9c

Browse files
author
Ahmad Noman Musleh
committed
Fixed FileEncrypt path
1 parent 57fff69 commit cf1bb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish_nuget_package_prereleased.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: dotnet build ./src/OpenAPI.Net/OpenAPI.Net.csproj --configuration Release --no-restore
3434

3535
- name: Decrypt Certificate
36-
run: FileEncrypt decrypt .\certificate.pfx.encrypted ${{secrets.CERTIFICATE_DECRYPTION_KEY}} ${{secrets.CERTIFICATE_DECRYPTION_IV}}
36+
run: .\FileEncrypt decrypt .\certificate.pfx.encrypted ${{secrets.CERTIFICATE_DECRYPTION_KEY}} ${{secrets.CERTIFICATE_DECRYPTION_IV}}
3737

3838
- name: Sign Package
3939
run: nuget sign **\*.nupkg -CertificatePath certificate.pfx -Timestamper http://timestamp.digicert.com/ -CertificatePassword ${{secrets.CERTIFICATE_PASSWORD}} -NonInteractive

0 commit comments

Comments
 (0)