File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -105,14 +105,15 @@ jobs:
105105
106106 - name : Setup | Checksums
107107 run : |
108- for file in amneziawg-apple/Sources/WireGuardKitGo/out/libwg-go.a amneziawg-go/amneziawg-go; do
108+ # files uploaded as single-file artifacts are extracted to the root of the artifact dir
109+ for file in awg-macos/libwg-go.a awg-macos/amneziawg-go; do
109110 openssl dgst -sha256 -r "$file" | awk '{print $1}' > "${file}.sha256"
110111 done
111112
112113 - name : Zip ALL
113114 run : |
114- zip -j libwg-go.zip amneziawg-apple/Sources/WireGuardKitGo/out /libwg-go.a
115- zip -j amneziawg-go.zip amneziawg-go /amneziawg-go
115+ zip -j libwg-go.a. zip awg-macos /libwg-go.a
116+ zip -j amneziawg-go.zip awg-macos /amneziawg-go
116117
117118 - name : Upload binaries to release
118119 uses : svenstaro/upload-release-action@v2
You can’t perform that action at this time.
0 commit comments