Skip to content

Commit 3ee1f18

Browse files
committed
Update dotnet.yml
1 parent 0d44f7f commit 3ee1f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Create Packages
5757
if: success() && github.event_name != 'pull_request'
58-
run: dotnet pack --configuration Release --no-build --output "${{env.BUILD_PATH}}"
58+
run: dotnet pack --configuration Release --no-build --output "${{env.BUILD_PATH}}"
5959

6060
- name: Upload Packages
6161
if: success() && github.event_name != 'pull_request'

0 commit comments

Comments
 (0)