We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df6c96 commit d771f74Copy full SHA for d771f74
.github/workflows/build-win.yml
@@ -110,7 +110,7 @@ jobs:
110
shell: pwsh
111
run: |
112
Add-Type -AssemblyName "System.io.compression.filesystem"
113
- $jarFolder = Resolve-Path ".\target\Cryptomator-clie\app\mods"
+ $jarFolder = Resolve-Path ".\target\Cryptomator-cli\app\mods"
114
$jarExtractDir = New-Item -Path ".\target\jar-extract" -ItemType Directory
115
116
#for all jars inspect
0 commit comments