minor readme update

This commit is contained in:
2023-10-10 14:05:49 -07:00
parent 7c04dd5138
commit 4ec9e007df
2 changed files with 7 additions and 4 deletions

View File

@@ -10,11 +10,11 @@ on:
branches: ["develop"]
jobs:
build:
BuildWin64:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: BuildWin64
- name: build
uses: addnab/docker-run-action@v3
with:
image: x1unix/go-mingw:1.20
@@ -23,7 +23,10 @@ jobs:
run: |
go build -o ./ifxmetrics_x64.dll -buildmode=c-shared -buildvcs=false -ldflags "-w -s -X main.EXTENSION_VERSION=${{github.ref_name}}-${{github.sha}}" ./extension/cmd
- name: BuildWin32
BuildWin32:
runs-on: ubuntu-latest
steps:
- name: build
uses: addnab/docker-run-action@v3
with:
image: x1unix/go-mingw:1.20

View File

@@ -29,7 +29,7 @@ In the below example, the `milsimServerEfficiency` event handler will send data
// ...
"cbaEventHandlers": {
"milsimServerEfficiency": {
"name": "milsimServerEfficiency",
"eventName": "milsimServerEfficiency",
"description": "EVENTHANDLER. Tracks the efficiency of the server.",
"enabled": true,
"bucket": "server_performance",