We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d10c6 commit a40abe9Copy full SHA for a40abe9
1 file changed
.github/workflows/build-and-sign.yml
@@ -10,7 +10,6 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - run: echo "Building branch $GITHUB_REF"
14
- uses: actions/checkout@v3
15
16
- name: Setup .NET
@@ -75,7 +74,7 @@ jobs:
75
74
./sign code azure-key-vault
76
**/*.nupkg
77
--timestamp-url "http://timestamp.digicert.com"
78
- --base-directory "BuildArtifacts"
+ --base-directory "${{ github.workspace }}/BuildArtifacts"
79
--file-list "config/filelist.txt"
80
--publisher-name "CodeSignDemo"
81
--description "CodeSignDemo"
0 commit comments