Skip to content

Commit

Permalink
fix change directory step
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish-osmosys committed Feb 1, 2024
1 parent 334890f commit dc2892e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
- name: Change Directory
run: cd DotnetFoundation
- name: Current Directory
run: pwd
- name: Build
Expand Down

0 comments on commit dc2892e

Please sign in to comment.