mirror of
https://github.com/Brawl345/stargazer.git
synced 2024-11-16 21:29:21 +01:00
Fix CI
This commit is contained in:
parent
9b9b06d47a
commit
012362081c
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -50,8 +50,7 @@ jobs:
|
||||
env:
|
||||
GOOS: ${{ matrix.GOOS }}
|
||||
GOARCH: ${{ matrix.GOARCH }}
|
||||
working-directory: cmd/stargazer
|
||||
run: go build -ldflags="-s -w" -o dist/$NAME-$GOOS-$GOARCH
|
||||
run: go build cmd/stargazer -ldflags="-s -w" -o dist/$NAME-$GOOS-$GOARCH
|
||||
|
||||
- name: Rename binaries (Windows)
|
||||
if: matrix.GOOS == 'windows'
|
||||
|
Loading…
Reference in New Issue
Block a user