Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay authored Mar 29, 2024
1 parent 2bbe113 commit 75c155c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
run: |
ls -la
GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -o build/ ./cmd/cli/raiden.go
GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -o build/ ./cmd/raiden/main.go
cd build
if [[ $GOOS == 'darwin' ]]; then
tar cvf raiden-macos-"$GOARCH".tar.gz raiden
Expand Down

0 comments on commit 75c155c

Please sign in to comment.