Skip to content

Commit

Permalink
ci: update release to use spindle
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Nov 21, 2024
1 parent 25a4063 commit 74f2bb6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: |
export PATH=$PWD/bin:$PATH
mkdir -p ./bin
go build -o ./bin/fs-gen cmd/fs/fs.go
go build -o ./bin/spindle cmd/spindle/spindle.go
go build -o ./bin/spindle-server cmd/server/server.go
go build -o ./bin/compat-gen cmd/gen/gen.go
go build -o ./bin/compat-server cmd/server/server.go
go build -o ./bin/compat-cli cmd/client/client.go
go build -o ./bin/fs-record cmd/record/record.go
Expand All @@ -39,9 +39,9 @@ jobs:
tag_name: ${{ env.tag }}
body: "compat-lib release ${{ env.tag }}"
files: |
bin/fs-gen
bin/spindle
bin/spindle-server
bin/compat-gen
bin/compat-server
bin/compat-cli
bin/fs-record
env:
Expand Down

0 comments on commit 74f2bb6

Please sign in to comment.