Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madsoulswe authored Nov 23, 2022
1 parent 41420ff commit 8f77adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: NuGet/[email protected]

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

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

0 comments on commit 8f77adf

Please sign in to comment.