Skip to content

Commit

Permalink
Merge pull request #9 from blessio/PR03
Browse files Browse the repository at this point in the history
Make failure message more clear help issue #8
  • Loading branch information
Cyberboss authored Nov 3, 2024
2 parents 842a998 + 4a533f7 commit 1c6f189
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,16 @@ runs:
- name: Install winget
shell: powershell
run: |
echo "PROVISIONING WINGET"
Add-AppxProvisionedPackage -Online -PackagePath ./winget.msixbundle -LicensePath ./winget_License1.xml
- name: Installing Winget
shell: powershell
run: |
echo "INSTALLING WINGET"
$ProgressPreference = 'SilentlyContinue'
Add-AppxPackage .\winget.msixbundle
- name: Cleanup Downloads
shell: powershell
run: |
Expand Down

0 comments on commit 1c6f189

Please sign in to comment.