Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine authored Jan 14, 2024
1 parent bff7664 commit 4b1aec5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'
- name: Install dependencies
Expand All @@ -27,8 +27,8 @@ jobs:
run: |
cd src/IdentityManager2
dotnet pack -c Release -o publish --no-build
- name: Publish
uses: actions/upload-artifact@master
with:
name: IdentityManager2
path: src/IdentityManager2/publish
# - name: Publish
# uses: actions/upload-artifact@master
# with:
# name: IdentityManager2
# path: src/IdentityManager2/publish

0 comments on commit 4b1aec5

Please sign in to comment.