diff --git a/.github/workflows/build_cloak.yml b/.github/workflows/build_cloak.yml index 118231f..627e154 100644 --- a/.github/workflows/build_cloak.yml +++ b/.github/workflows/build_cloak.yml @@ -106,10 +106,6 @@ jobs: ref: master-amnezia path: Cloak - # - name: 'Run build script' - # working-directory: Cloak - # run: | - # CGO_ENABLED=1 GOOS="darwin" GOARCH="amd64" go build -v -o ./release/plugin/darwin/ck-ovpn-plugin.a -buildmode=c-archive ./cmd/ck-ovpn-plugin/ - name: Build for x86_64 working-directory: Cloak run: | @@ -126,6 +122,7 @@ jobs: lipo -create -output ./release/plugin/darwin/ck-ovpn-plugin.a \ ./release/plugin/darwin/ck-ovpn-plugin-x86_64.a \ ./release/plugin/darwin/ck-ovpn-plugin-arm64.a + - name: Archive artifacts uses: actions/upload-artifact@v3 with: