ci: maybe try to update powershell before deploy?

This commit is contained in:
goat 2022-12-07 23:29:31 +01:00
parent 82eebca9a9
commit c4a4b873d3
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B

View file

@ -56,6 +56,12 @@ jobs:
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
id: extract_branch
# GitHub only ships the LTS, which is stuck on .NET 6
- name: Install PowerShell latest
shell: pwsh
run: |
Invoke-Expression "& { $(Invoke-RestMethod https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
- name: Generate dalamud-distrib version file
shell: pwsh
env: