소스 검색

fix workflow

Armin Schrenk 2 년 전
부모
커밋
f1e97fa64b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/win-debug.yml

+ 1 - 1
.github/workflows/win-debug.yml

@@ -46,7 +46,7 @@ jobs:
           if(!(Get-FileHash -Path jfxjmods.zip -Algorithm SHA256).Hash.equals("${{ env.JFX_JMODS_HASH }}")) {
             exit 1;
           }
-          Expand-Archive -DestinationPath jfxjmods
+          Expand-Archive -Path jfxjmods.zip -DestinationPath jfxjmods
           Get-ChildItem -Path jfxjmods -Recurse -Filter "*.jmod" | ForEach-Object { Move-Item -Path $_ -Destination $_.Directory.Parent}
         shell: pwsh
       - name: Ensure major jfx version in pom and in jmods is the same