Skip to content

Commit

Permalink
Merge pull request #14 from sev-2/hotfix/worklow-adjustment
Browse files Browse the repository at this point in the history
HOTFIX: Non tarbal
  • Loading branch information
toopay authored Mar 29, 2024
2 parents a971a26 + 4fbdeac commit a0c2af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
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
cp raiden raiden-macos-"$GOARCH"
else
tar cvf raiden-"$GOOS"-"$GOARCH".tar.gz raiden
cp cvf raiden-"$GOOS"-"$GOARCH"
fi
- name: Release
Expand Down

0 comments on commit a0c2af9

Please sign in to comment.