Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
karimz1 committed Jun 1, 2024
1 parent 6ed1e68 commit d05ba82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Install dependencies
run: dotnet restore src/AwsServiceAuthenticator.sln
run: dotnet restore AwsServiceAuthenticator.sln

- name: Build
run: dotnet build --configuration Release AwsServiceAuthenticator.sln
Expand Down

0 comments on commit d05ba82

Please sign in to comment.