Skip to content

Commit 09bc5a3

Browse files
committed
💚 Fix deployment CI
1 parent efd276c commit 09bc5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Pack with symbols
3434
run: |
3535
VERSION=${GITHUB_REF_NAME}
36-
dotnet pack RestSharp.Authenticators.Digest/RestSharp.Authenticators.Digest.csproj \
36+
dotnet pack \
3737
--configuration Release \
3838
-p:Version=$VERSION \
3939
-p:IncludeSymbols=true \

0 commit comments

Comments
 (0)