Skip to content

Commit

Permalink
ci: sum fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arkavo-com committed Apr 28, 2024
1 parent 127d1cb commit 1ac4089
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 135 deletions.
61 changes: 0 additions & 61 deletions .github/workflows/analyze.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Build Service
# Build optimized
run: |
go work init protocol/go lib/ocrypto sdk service
CGO_ENABLED=1 GOARCH=amd64 GOOS=linux go build -o tdfsvc -a -installsuffix=cgo -ldflags="-s -w -extldflags -static" service/main.go
- name: Upload Go binary
uses: actions/upload-artifact@v4
Expand Down
73 changes: 0 additions & 73 deletions .github/workflows/process.yaml

This file was deleted.

0 comments on commit 1ac4089

Please sign in to comment.