Skip to content

Commit a40abe9

Browse files
Update build-and-sign.yml
1 parent e6d10c6 commit a40abe9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build-and-sign.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- run: echo "Building branch $GITHUB_REF"
1413
- uses: actions/checkout@v3
1514

1615
- name: Setup .NET
@@ -75,7 +74,7 @@ jobs:
7574
./sign code azure-key-vault
7675
**/*.nupkg
7776
--timestamp-url "http://timestamp.digicert.com"
78-
--base-directory "BuildArtifacts"
77+
--base-directory "${{ github.workspace }}/BuildArtifacts"
7978
--file-list "config/filelist.txt"
8079
--publisher-name "CodeSignDemo"
8180
--description "CodeSignDemo"

0 commit comments

Comments
 (0)