WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8f77adf

Browse files
authored
Build fix
1 parent 41420ff commit 8f77adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: NuGet/[email protected]
3636

3737
- name: Setup .net core
38-
uses: actions/setup-dotnet@v2.0.1
38+
uses: actions/setup-dotnet@v2.1.1
3939

4040
- name: Create Our.Umbraco.Honeypot.Core
4141
run: dotnet pack ./src/Our.Umbraco.Honeypot.Core -c ${{ env.CONFIG }} -o ${{ env.OUTPUT }} /p:version=${{ steps.get_version.outputs.VERSION }}
@@ -59,4 +59,4 @@ jobs:
5959
uses: actions/upload-artifact@v2
6060
with:
6161
name: Build-Results-${{ steps.get_version.outputs.VERSION }}
62-
path: ${{ env.OUTPUT }}/**/*
62+
path: ${{ env.OUTPUT }}/**/*

0 commit comments

Comments
 (0)