Skip to content

Commit

Permalink
Merge pull request #13 from sev-2/hotfix/workflow
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
toopay authored Mar 29, 2024
2 parents 289df2e + 8878601 commit a971a26
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 @@ -29,8 +29,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/raiden ./cmd/raiden/main.go
cd build
if [[ $GOOS == 'darwin' ]]; then
tar cvf raiden-macos-"$GOARCH".tar.gz raiden
Expand Down

0 comments on commit a971a26

Please sign in to comment.