Skip to content

chore(deps): update dependency google.apis to v1.63.0 #431

chore(deps): update dependency google.apis to v1.63.0

chore(deps): update dependency google.apis to v1.63.0 #431

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: "[Station] Test"
on:
pull_request:
branches: [next, main]
paths:
- "station/**"
- ".github/workflows/station-build-test.yml"
- ".github/workflows/station-release-binaries.yml"
defaults:
run:
working-directory: ./station
jobs:
release:
strategy:
matrix:
kind: ["arm-x64", "windows-x64"]
include:
- kind: arm-x64
os: ubuntu-latest
target: linux-arm64
- kind: windows-x64
os: ubuntu-latest
target: win-x64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.402
- name: Build
shell: bash
run: |
dotnet build ./Signal.Beacon.WorkerService/Signal.Beacon.csproj -r "${{ matrix.target }}" --self-contained true