Skip to content

Commit bda3c67

Browse files
committed
fix: workflows
1 parent 5e7892a commit bda3c67

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/dotnet-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: .NET Tests
22
defaults:
3-
working-directory: ./Parameterize.Net
3+
run:
4+
working-directory: ./my-project-root
45
on:
56
push:
67
branches: [ main ]

.github/workflows/nuget-pub.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
tags:
66
- 'v*' # triggers on tags like v1.0.0
77
defaults:
8-
working-directory: ./my-project-root
8+
run:
9+
working-directory: ./my-project-root
910
jobs:
1011
publish:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)