Skip to content

Commit 6890bb4

Browse files
committed
Include project path in the command
1 parent 8d44a8d commit 6890bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: dotnet build ./Backtrace/Backtrace.csproj --no-restore --configuration Release
2626

2727
- name: Pack
28-
run: dotnet pack --configuration Release --no-build -o ./output
28+
run: dotnet pack ./Backtrace/Backtrace.csproj --configuration Release --no-build -o ./output
2929

3030
- name: Publish to NuGet
3131
env:

0 commit comments

Comments
 (0)