[Build] Fix build errors in github actions (#2041)
authorWonYoung Choi <wy80.choi@samsung.com>
Tue, 22 Sep 2020 23:58:39 +0000 (08:58 +0900)
committerGitHub <noreply@github.com>
Tue, 22 Sep 2020 23:58:39 +0000 (08:58 +0900)
* Update build-branches.yml

* Update build-pull-request.yml

.github/workflows/build-branches.yml
.github/workflows/build-pull-request.yml

index 302afff..a4a4d7d 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v1
       with:
-        dotnet-version: 3.1.x
+        dotnet-version: 3.1.402
 
     - name: Build
       run: ./build.sh full
index c98b20c..f91e5a8 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     - name: Setup .NET Core
       uses: actions/setup-dotnet@v1
       with:
-        dotnet-version: 3.1.x
+        dotnet-version: 3.1.402
 
     - name: Get Changed Files
       uses: lots0logs/gh-action-get-changed-files@2.1.4