Skip to content

Commit b5023ab

Browse files
committed
fix: workflows
1 parent 2586ccd commit b5023ab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: .NET Tests
22
defaults:
33
run:
4-
working-directory: Parmaeterize.Net
4+
working-directory: Parmaeterize.Net/
55
on:
66
push:
77
branches: [ main ]

.github/workflows/nuget-pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*' # triggers on tags like v1.0.0
77
defaults:
88
run:
9-
working-directory: Parmaeterize.Net
9+
working-directory: Parmaeterize.Net/
1010
jobs:
1111
publish:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)