Skip to content

Commit c08a20a

Browse files
authored
Update base directory and file list in dotnet.yml
1 parent 46810c5 commit c08a20a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
run: >
8888
.\sign code azure-key-vault `
8989
"**/*.nupkg" `
90-
--base-directory "$(Pipeline.Workspace)\BuildPackages" `
91-
--file-list "$(Pipeline.Workspace)\config\filelist.txt" `
90+
--base-directory "${{ github.workspace }}/BuildArtifacts"
91+
--file-list "${{ github.workspace }}/config/filelist.txt"
9292
--publisher-name "Kerberos.NET" `
9393
--description "Kerberos.NET" `
9494
--description-url "https://github.com/dotnet/Kerberos.NET" `
@@ -101,8 +101,8 @@ jobs:
101101
run: >
102102
.\sign code azure-key-vault `
103103
"**/*.nupkg" `
104-
--base-directory "$(Pipeline.Workspace)\drop" `
105-
--file-list "$(Pipeline.Workspace)\config\filelist.txt" `
104+
--base-directory "$(github.workspace)\drop" `
105+
--file-list "${{ github.workspace }}/config/filelist.txt"
106106
--publisher-name "Bruce" `
107107
--description "Command line client for Kerberos.NET" `
108108
--description-url "https://github.com/dotnet/Kerberos.NET" `

0 commit comments

Comments
 (0)