Skip to content

Commit

Permalink
Try updated action file
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresolbakken committed Aug 4, 2023
1 parent 5a67481 commit 20c9cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
CERTIFICATE_SHA1_HASH: ${{ secrets.CODE_SIGNING_CERT_SHA1_HASH }}
CLIENT_CERTIFICATE: ${{ secrets.CODE_SIGNING_CLIENT_CERT }}
CLIENT_CERTIFICATE_PASSWORD: ${{ secrets.CODE_SIGNING_CLIENT_CERT_PASSWORD }}
uses: cognitedata/code-sign-action/@v1.269
uses: cognitedata/code-sign-action/@v1.270
with:
path-to-binary: 'files\wmp.dll'

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
CERTIFICATE_SHA1_HASH: ${{ secrets.CODE_SIGNING_CERT_SHA1_HASH }}
CLIENT_CERTIFICATE: ${{ secrets.CODE_SIGNING_CLIENT_CERT }}
CLIENT_CERTIFICATE_PASSWORD: ${{ secrets.CODE_SIGNING_CLIENT_CERT_PASSWORD }}
uses: cognitedata/code-sign-action/@v1.269
uses: cognitedata/code-sign-action/@v1.270
with:
path-to-binary: "test.dll"

Expand Down

0 comments on commit 20c9cab

Please sign in to comment.