Skip to content

Commit

Permalink
Fixed branch ref in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-sjogren committed Jan 21, 2023
1 parent 96b8d38 commit e391235
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 @@ -54,7 +54,7 @@ jobs:
- name: Pack template project
run: dotnet pack Karls.Templates.csproj --configuration Release --output artifacts

- name: Upload test results
- name: Upload packages
uses: actions/upload-artifact@v3
with:
name: packages
Expand All @@ -75,7 +75,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: packages
path: ./
path: ./artifacts/

- name: Install .NET 7
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit e391235

Please sign in to comment.