Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiejordanmt committed May 3, 2022
1 parent 83be138 commit 1ea7d97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
dotnet pack --configuration Release /p:Version=${{env.RELEASE_VERSION}} -o ${{env.ARTIFACTS_DIRECTORY}}
- name: Publish project
env:
PACKAGE_PATH: ${{env.ARTIFACTS_DIRECTORY}}/HACT.Dtos.${{env.RELEASE_VERSION}}.nupkg
PACKAGE_PATH: ${{env.ARTIFACTS_DIRECTORY}}/Hackney.HACT.Dtos.${{env.RELEASE_VERSION}}.nupkg
run: |
echo $PWD
dotnet nuget push $PACKAGE_PATH --api-key ${{secrets.TOKEN}} --source https://nuget.pkg.github.com/LBHackney-IT/index.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Check that you have now added GitHub as a nuget source (see beginning of guide).
To add the package, replace PROJECT with the path to the project the nuget will be installed to and run:

```
dotnet add PROJECT package HACT.Dtos --version 1.0.0-Hackney
dotnet add PROJECT package Hackney.HACT.Dtos
```

## Discrepencies between use case definitions and data model
Expand Down

0 comments on commit 1ea7d97

Please sign in to comment.