mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-24 15:18:41 +01:00
Fix yaml syntax error for #78
This commit is contained in:
parent
b25241d7b5
commit
11ffa3b7f3
6
.github/workflows/server-releaser.yml
vendored
6
.github/workflows/server-releaser.yml
vendored
@ -17,9 +17,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
- name: Build server binary
|
||||
run: |
|
||||
GOARCH=${{ matrix.goarch }} GOOS=${{ matrix.goos }} go build -o hishtory-server-${{ matrix.goos }}-${{ matrix.goarch }} backend/server/server.go
|
||||
|
Loading…
Reference in New Issue
Block a user