Skip to content

Commit

Permalink
Merge pull request #9 from mikeyoshino/2023-8-10/UpdatedHeroIconsToVe…
Browse files Browse the repository at this point in the history
…rsion2.0.18

pack and output package to root directory.
  • Loading branch information
StevenTCramer committed Aug 14, 2023
2 parents 2341f86 + 4335fce commit 384d90d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,15 @@ jobs:
with:
dotnet-version: '6.0.x' # Use .NET 6

- name: Build and pack
run: |
dotnet pack -c Release --output ./artifacts
working-directory: ./

- name: Set NuGet Key and Publish to NuGet
run: |
$Nuget_Key = "${{ secrets.PUBLISH_TO_NUGET_ORG }}"
./scripts/publish.ps1
shell: pwsh # Use PowerShell Core
./scripts/publish.ps1 -PackagePath ./artifacts
shell: pwsh # Use PowerShell Core


0 comments on commit 384d90d

Please sign in to comment.