Skip to content

Commit

Permalink
add publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rexebin committed Feb 4, 2024
1 parent e7b0fb4 commit 2b481d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
with:
DOTNET_VERSION: 6.x

- run: dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}
- name: Create Nuget Package
run: |
dotnet publish --configuration Release
dotnet pack --configuration Release --output ${{ env.NuGetDirectory }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2b481d0

Please sign in to comment.