Skip to content

Commit 6a1681f

Browse files
authored
Merge pull request #21 from TraGicCode/fixing-dotnet-tool-automated-release-round-2
Attempting to fix dotnet tool versioning and auto-release round 2
2 parents 9e837ad + ddfe778 commit 6a1681f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
uses: docker/setup-buildx-action@v3
2020

2121
- name: Build Docker image
22-
run: docker build -f .\src\BuslyCLI.Console\Dockerfile -t busly-cli .
22+
run: docker build -f ./src/BuslyCLI.Console/Dockerfile -t busly-cli .

.github/workflows/dotnet_tool_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
dotnet cake --target Pack-DotNetTool --version ${{ inputs.version }}
2424
2525
- 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 }}
26+
run: dotnet nuget push ./artifacts/nupkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)