Skip to content

Commit cb09f8c

Browse files
committed
Released v1.2.0 (bench 3200702)
1 parent cfcd19a commit cb09f8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pipeline.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
defaults:
1212
run:
13-
working-directory: Sapling/src
13+
working-directory: Sapling
1414
steps:
1515
- name: Checkout code
1616
uses: actions/checkout@v2
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Get the version from the .csproj file
2424
- name: Get .NET application version
25-
working-directory: Sapling
25+
working-directory: src/Sapling
2626
id: get_version
2727
run: |
2828
VERSION=1.2.0

0 commit comments

Comments
 (0)