Skip to content

Commit

Permalink
Fix paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Mar 10, 2022
1 parent b570312 commit 2020609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
- name: pack core
run: |
cd cli/Squidex.CLI.Core/Squidex.CLI.Core
cd cli/Squidex.CLI/Squidex.CLI.Core
dotnet pack -c Release
- name: push core to nuget.org
run: |
cd cli/Squidex.CLI.Core/Squidex.CLI.Core/bin/Release
cd cli/Squidex.CLI/Squidex.CLI.Core/bin/Release
dotnet nuget push **/*.nupkg --source 'https://api.nuget.org/v3/index.json' --skip-duplicate -k ${{ secrets.nuget }} --no-symbols 1
- name: create dir
Expand Down

0 comments on commit 2020609

Please sign in to comment.