Skip to content

Commit

Permalink
chore(gh): troubleshoot workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
toopay authored Mar 29, 2024
1 parent f2b701d commit b11aad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
run: |
ls -la
GOOS=$GOOS GOARCH=$GOARCH go build -trimpath -o build/ ./cmd/cli/raiden.go
cd build
if [[ $GOOS == 'darwin' ]]; then
Expand Down

0 comments on commit b11aad9

Please sign in to comment.