Skip to content

Commit

Permalink
Update master.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lolle2000la authored Oct 20, 2023
1 parent d4839f9 commit 8471981
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ jobs:
TIME: ${{ github.run_number }}
- name: Install winget-create
if: ${{ github.event_name == 'release' }}
run: |
choco install dotnet-6.0-runtime
choco install wingetcreate
run: choco install wingetcreate
- name: Install .NET 6
uses: actions/setup-dotnet@v3
with:
dotnet-version: '6.0.x'
- name: Update and submit Winget manifest
if: ${{ github.event_name == 'release' }}
run: |
Expand Down

0 comments on commit 8471981

Please sign in to comment.