From 730f87859128139cffbb7747bc936bbc9f08d803 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Tue, 19 Nov 2024 22:48:50 -0800 Subject: [PATCH] Update publish_nuget.yml --- .github/workflows/publish_nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_nuget.yml b/.github/workflows/publish_nuget.yml index 9d0947f..8579ce0 100644 --- a/.github/workflows/publish_nuget.yml +++ b/.github/workflows/publish_nuget.yml @@ -21,7 +21,7 @@ jobs: - name: Get certificate id: cert_file - uses: timheuer/base64-to-file@master + uses: timheuer/base64-to-file@v1.2 with: fileName: 'certfile.pfx' encodedString: ${{ secrets.BASE64_ENCODED_PFX }}