We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e837ad + ddfe778 commit 6a1681fCopy full SHA for 6a1681f
2 files changed
.github/workflows/docker_build.yml
@@ -19,4 +19,4 @@ jobs:
19
uses: docker/setup-buildx-action@v3
20
21
- name: Build Docker image
22
- run: docker build -f .\src\BuslyCLI.Console\Dockerfile -t busly-cli .
+ run: docker build -f ./src/BuslyCLI.Console/Dockerfile -t busly-cli .
.github/workflows/dotnet_tool_build.yml
@@ -23,4 +23,4 @@ jobs:
23
dotnet cake --target Pack-DotNetTool --version ${{ inputs.version }}
24
25
- name: Publish to NuGet (optional)
26
- run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push ./artifacts/nupkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments