Browse Source

third slash's the charm

Armin Schrenk 3 years ago
parent
commit
c429de6a66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/win-exe.yml

+ 2 - 2
.github/workflows/win-exe.yml

@@ -124,7 +124,7 @@ jobs:
           -Dlicense.includedScopes=compile
           -Dlicense.excludedGroups=^org\.cryptomator
           -Dlicense.failOnMissing=true
-          -Dlicense.licenseMergesUrl=file://${{ github.workspace }}/license/merges
+          -Dlicense.licenseMergesUrl=file:///${{ github.workspace }}/license/merges
       - name: Create MSI
         run: >
           ${JAVA_HOME}/bin/jpackage
@@ -214,7 +214,7 @@ jobs:
           -Dlicense.includedScopes=compile
           -Dlicense.excludedGroups=^org\.cryptomator
           -Dlicense.failOnMissing=true
-          -Dlicense.licenseMergesUrl=file://${{ github.workspace }}/license/merges
+          -Dlicense.licenseMergesUrl=file:///${{ github.workspace }}/license/merges
       - name: Download WinFsp
         run:
           curl --output dist/win/bundle/resources/winfsp.msi -L ${{ env.WINFSP_MSI }}