Skip to content

Commit

Permalink
Merge pull request #199 from TimeWarpEngineering/Cramer/2024-05-19/Re…
Browse files Browse the repository at this point in the history
…moveWebTypescript

Fix path, its is getting late.
  • Loading branch information
StevenTCramer committed May 19, 2024
2 parents 4be2821 + 5d0571c commit f485c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/timewarp-architecture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:

- name: Pack
run: |
cd TimeWarp.Architecture/Source/TimeWarp.Architecture.Template/
cd TimeWarp.Templates/Source/TimeWarp.Architecture.Template/
dotnet build -c Release
- name: Publish
run: dotnet nuget push TimeWarp.Architecture/Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}}
run: dotnet nuget push TimeWarp.Templates/Source/TimeWarp.Architecture.Template/bin/Release/TimeWarp.Architecture.*.nupkg --skip-duplicate --no-symbols --source https://api.nuget.org/v3/index.json --api-key ${{secrets.PUBLISH_TO_NUGET_ORG}}
env:
NUGET_AUTH_TOKEN: ${{secrets.PUBLISH_TO_NUGET_ORG}}

0 comments on commit f485c14

Please sign in to comment.