diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index c5bedfa98..9fb5085c5 100644 --- a/.github/workflows/win-exe.yml +++ b/.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 }}