Skip to content

Commit

Permalink
Fix secretcli release build
Browse files Browse the repository at this point in the history
  • Loading branch information
iKapitonau committed Oct 17, 2024
1 parent 8ebd211 commit 353bb81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
- name: Build CLI
shell: bash
run: |
make build_cli
SGX_MODE=SW make build_cli
cp "secretcli" "secretcli-$RUNNER_OS"
- uses: actions/upload-artifact@v3
with:
Expand All @@ -177,7 +177,7 @@ jobs:
name: set up go
go-version: 1.21 # The Go version to download (if necessary) and use.
- name: Build macos darwin/arm64
run: make build_cli
run: SGX_MODE=SW make build_cli
- uses: actions/upload-artifact@v3
with:
name: secretcli-MacOS-arm64
Expand Down

0 comments on commit 353bb81

Please sign in to comment.