Skip to content

Commit 3050345

Browse files
authored
Update release.yml
1 parent 7c67a7b commit 3050345

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
3939
- uses: actions/checkout@v3
4040
- uses: actions/setup-dotnet@v3
41-
41+
with:
42+
dotnet-version: '3.1.x'
43+
4244
# Install the packager
4345
- name: Install Unity Packager
4446
run: |

0 commit comments

Comments
 (0)