Skip to content

Commit d771f74

Browse files
committed
fix typo
1 parent 1df6c96 commit d771f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
shell: pwsh
111111
run: |
112112
Add-Type -AssemblyName "System.io.compression.filesystem"
113-
$jarFolder = Resolve-Path ".\target\Cryptomator-clie\app\mods"
113+
$jarFolder = Resolve-Path ".\target\Cryptomator-cli\app\mods"
114114
$jarExtractDir = New-Item -Path ".\target\jar-extract" -ItemType Directory
115115
116116
#for all jars inspect

0 commit comments

Comments
 (0)