Skip to content

Commit d54a4c9

Browse files
MacbookMacbook
authored andcommitted
add checksums [openvpnadapter]
1 parent 93da31f commit d54a4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_openvpnadapter_apple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Generate Checksums for iOS
133133
run: |
134134
export WORKINGDIR=`pwd`
135-
find $WORKINGDIR/OpenVPNAdapter/build/Release-ios/ \
135+
find $WORKINGDIR/OpenVPNAdapter/build/Release-iphoneos/ \
136136
-type f \( -name '*.framework' -o -name '*.dylib' \) \
137137
-exec sh -c 'openssl dgst -sha256 -r "$1" > "$1.sha256"' _ {} \;
138138

0 commit comments

Comments
 (0)