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 235a3d2 commit 6ed1e68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: dotnet restore src/AwsServiceAuthenticator.sln

- name: Build
run: dotnet build --configuration Release src/AwsServiceAuthenticator.sln
run: dotnet build --configuration Release AwsServiceAuthenticator.sln

- name: Publish
run: dotnet publish --configuration Release --output ./publish src/AwsServiceAuthenticator.sln
run: dotnet publish --configuration Release --output ./publish AwsServiceAuthenticator.sln

- name: Archive release files
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Welcome to the AWS Authentication Tool repository! This project contains a .NET

### Installation

1. Download the latest release from the [Releases](https://github.com/karimz1/aws-authentication-tool/releases) page.
1. Download the latest release from the [Releases](https://github.com/karimz1/AWS-Service-Authentication-Tool/releases) page.

2. Extract the release package to your desired location.

Expand Down Expand Up @@ -158,7 +158,7 @@ For users who prefer PowerShell, there is a PowerShell version of these scripts

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License. See the [LICENSE](https://github.com/karimz1/AWS-Service-Authentication-Tool/blob/main/LICENCE) file for details.

## Contributing

Expand Down

0 comments on commit 6ed1e68

Please sign in to comment.