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 eb45aa9 commit fb4d56aCopy full SHA for fb4d56a
.github/workflows/build_awg_macos.yml
@@ -45,21 +45,11 @@ jobs:
45
exit 1
46
fi
47
48
- - name: 'Generate SHA256 checksum'
49
- working-directory: amneziawg-apple/Sources/WireGuardKitGo/out
50
- run: |
51
- openssl dgst -sha256 -r libwg-go.a | awk '{print $1}' > libwg-go.a.sha256
52
-
53
- - name: 'Zip artifact with checksum'
54
55
56
- zip -q -r awg-macos.zip libwg-go.a libwg-go.a.sha256
57
58
- name: 'Archive artifacts'
59
uses: actions/upload-artifact@v4
60
with:
61
name: awg-macos
62
- path: amneziawg-apple/Sources/WireGuardKitGo/out/awg-macos.zip
+ path: amneziawg-apple/Sources/WireGuardKitGo/out/libwg-go.a
63
64
github-release:
65
name: GitHub Release
0 commit comments