Skip to content

Commit e42d93c

Browse files
Update dotnet-package.yml
1 parent 7e6d2c0 commit e42d93c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
dotnet-version: ${{ matrix.dotnet }}
2424

2525
- name: Create temporary global.json
26-
run: echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}"}}' > ./global.json
26+
run: |
27+
echo '{"sdk":{"version": "${{ steps.setup-dotnet.outputs.dotnet-version }}"}}' > ./global.json
2728
2829
- name: Setup Node.js
2930
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)