Skip to content

Commit

Permalink
github: Build tf2vpk
Browse files Browse the repository at this point in the history
  • Loading branch information
pg9182 committed Apr 14, 2024
1 parent 4aa15ac commit c8f8363
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ jobs:
with:
go-version-file: 'go.mod'

- name: Build (tf2vpk)
env:
GOOS: ${{matrix.os}}
GOARCH: ${{matrix.arch}}
CGO_ENABLED: ${{matrix.cgo}}
run: go build ${{matrix.flags}} -trimpath -v -x ./cmd/tf2vpk

- name: Build (tf2-vpk2tar)
env:
GOOS: ${{matrix.os}}
Expand Down Expand Up @@ -66,4 +73,4 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: tf2vpk-${{matrix.os}}-${{matrix.arch}}${{fromJSON('["-wasm",""]')[matrix.cgo]}}
path: tf2-*
path: tf2*

0 comments on commit c8f8363

Please sign in to comment.