Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 13, 2023
1 parent f2ce19b commit a38ef12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:

- name: Download signing tool
shell: bash
run: curl https://one.digicert.com/signingmanager/api-ui/v1/releases/ -H "x-api-key:${{env.DIGICERT_API_KEY}}" | grep -o 'href=".*">' | sed 's/href="//;s/\/">//'
run: curl https://one.digicert.com/signingmanager/api-ui/v1/releases/ -H "x-api-key:${{env.DIGICERT_API_KEY}}"

- name: Setup dotnet build tools
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit a38ef12

Please sign in to comment.