fix(ci): gh output on powershell and wildcard deleting older cached versions (#583)

This commit is contained in:
GeopJr
2022-11-12 19:52:26 +02:00
committed by GitHub
parent 46d4867df1
commit 4d2667f140
2 changed files with 3 additions and 5 deletions

View File

@ -33,9 +33,7 @@ jobs:
- name: Rename DLL to YimMenu-dev-{GITHUB_SHA}.dll
run: |
if (Test-Path -path "YimMenu-dev-${{github.sha}}.dll") {
DEL YimMenu-dev-${{github.sha}}.dll
}
del YimMenu-dev-*.dll
ren YimMenu.dll YimMenu-dev-${{github.sha}}.dll
working-directory: build/Release/