Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcouffin committed Dec 3, 2024
1 parent 8818801 commit 9177c06
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,26 @@ jobs:
os: [windows-latest]

steps:
<<<<<<< HEAD
- uses: actions/checkout@v4
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3
=======
- uses: actions/checkout@v2
- name: Setup .NET 6.0
uses: actions/setup-dotnet@v1
>>>>>>> parent of dcb1f34 (Update main.yml)
with:
dotnet-version: '6.0.x'
- name: Build
run: pwsh make.ps1
- name: Package
run: pwsh make.ps1 package
<<<<<<< HEAD
- uses: actions/upload-artifact@v4
=======
- uses: actions/upload-artifact@v2
>>>>>>> parent of dcb1f34 (Update main.yml)
with:
name: packages
path: Package/Release/Packages
Expand Down

0 comments on commit 9177c06

Please sign in to comment.