Skip to content

Commit cf26d76

Browse files
committed
chore: add HarpoS7.PublicKeys packing
1 parent f585d50 commit cf26d76

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/dotnet.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
uses: codecov/codecov-action@v7
3131
env:
3232
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
33-
- name: Pack NuGet Package
33+
- name: Pack main NuGet Package
3434
run: dotnet pack HarpoS7/HarpoS7.csproj -c Release --output ./nupkg_output
35+
- name: Pack PublicKeys NuGet Package
36+
run: dotnet pack HarpoS7.PublicKeys/HarpoS7.PublicKeys.csproj -c Release --output ./nupkg_output
3537
- name: Upload NuGet Package as Artifact
3638
uses: actions/upload-artifact@v7
3739
with:
38-
name: HarpoS7-NuGet-Package
40+
name: HarpoS7-NuGet-Packages
3941
path: ./nupkg_output/*.nupkg

0 commit comments

Comments
 (0)