Skip to content

Commit a7837fa

Browse files
Updates signing paths
1 parent ce8dc08 commit a7837fa

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/create-release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
Get-ChildItem -Filter *.runtimeconfig.json -Recurse | Remove-Item
6868
popd
6969
- name: Install Sign CLI tool
70-
working-directory: ./${{ env.release }}
7170
run: dotnet tool install --tool-path . sign --version 0.9.1-beta.25181.2
7271
- name: Azure CLI Login
7372
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
@@ -79,7 +78,7 @@ jobs:
7978
working-directory: ./${{ env.release }}
8079
shell: pwsh
8180
run: >
82-
./sign code azure-key-vault
81+
../sign code azure-key-vault
8382
**/dev*proxy*
8483
--publisher-name "Dev Proxy"
8584
--description "Simulate API failures, throttling, and chaos - all from your command line."
@@ -95,7 +94,6 @@ jobs:
9594
with:
9695
filename: '../${{ env.release }}.zip'
9796
directory: './${{ env.release }}'
98-
exclusions: sign.exe
9997
- name: Release SHA256 hash
10098
run: |
10199
$(Get-FileHash ./${{ env.release }}.zip -Algorithm SHA256).Hash
@@ -106,11 +104,10 @@ jobs:
106104
path: ./${{ env.release }}.zip
107105
- name: Sign abstractions
108106
if: matrix.architecture == 'win-x64'
109-
working-directory: ./${{ env.release }}
110107
shell: pwsh
111108
run: >
112109
./sign code azure-key-vault
113-
../dev-proxy-abstractions/bin/Release/net9.0/devproxy*.dll
110+
./dev-proxy-abstractions/bin/Release/net9.0/dev-proxy-abstractions.dll
114111
--publisher-name "Dev Proxy"
115112
--description "Simulate API failures, throttling, and chaos - all from your command line."
116113
--description-url "https://aka.ms/devproxy"
@@ -167,7 +164,7 @@ jobs:
167164
working-directory: ./${{ env.release }}
168165
shell: pwsh
169166
run: >
170-
./sign code azure-key-vault
167+
../sign code azure-key-vault
171168
./dev-proxy-installer-*.exe
172169
--publisher-name "Dev Proxy"
173170
--description "Simulate API failures, throttling, and chaos - all from your command line."

0 commit comments

Comments
 (0)