Skip to content

Commit

Permalink
Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Shumann committed Nov 11, 2024
1 parent b6100dd commit b8da1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
go-version: '${{ env.go-version }}'
- name: Install dependencies
run: go get .
run: go get ./cmd/screeps-launcher
- name: Vet
run: go vet ./...
- name: Test
Expand All @@ -41,7 +41,7 @@ jobs:
with:
go-version: '${{ env.go-version }}'
- name: Install dependencies
run: go get .
run: go get ./cmd/screeps-launcher
- name: Build
run: GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -o ./bin/screeps-launcher_${{ matrix.os }}_${{ matrix.arch }} ./cmd/screeps-launcher
- name: Upload binary
Expand Down

0 comments on commit b8da1bc

Please sign in to comment.