Armin Schrenk пре 2 година
родитељ
комит
b9d5cf04c2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/win-debug.yml

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

@@ -43,7 +43,7 @@ jobs:
         #In the last step we move all jmods files a dir level up because jmods are placed inside a directory in the zip
         run: |
           curl --output jfxjmods.zip -L "${{ env.JFX_JMODS_URL }}"
-          if(!(Get-FileHash -Path jfxjmods.zip -Algorithm SHA256).Hash.equals("${{ JFX_JMODS_HASH }}")) {
+          if(!(Get-FileHash -Path jfxjmods.zip -Algorithm SHA256).Hash.equals("${{ env.JFX_JMODS_HASH }}")) {
             exit 1;
           }
           Expand-Archive -DestinationPath jfxjmods