Skip to content

Commit

Permalink
Fix directory names
Browse files Browse the repository at this point in the history
  • Loading branch information
jbest84 committed Jan 31, 2024
1 parent db6816a commit c6c023f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:

jobs:
build_job:
uses: ./github/workflows/compile.yml
uses: ./.github/workflows/compile.yml
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build_job:
uses: ./github/workflows/compile.yml
uses: ./.github/workflows/compile.yml
nuget_job:
needs: build_job
runs-on: windows-2019
Expand Down

0 comments on commit c6c023f

Please sign in to comment.