mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
ci: maybe try to update powershell before deploy?
This commit is contained in:
parent
82eebca9a9
commit
c4a4b873d3
1 changed files with 6 additions and 0 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue