Skip to content

feat(AirportSim): upgrade HUD and passenger flow #21

feat(AirportSim): upgrade HUD and passenger flow

feat(AirportSim): upgrade HUD and passenger flow #21

Workflow file for this run

name: gnb publish
on:
push:
branches:
- main
- dev
paths:
- 'tools/gnb/**/*.go'
- 'tools/gnb/**/*.html'
- 'tools/gnb/go.mod'
- 'tools/gnb/go.sum'
- 'scripts/gnb-init.sh'
- 'scripts/gnb-init.ps1'
- 'scripts/publish-gnb.ps1'
workflow_dispatch:
concurrency:
group: gnb-paks-latest
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.23.x'
- name: Publish gnb to paks-latest
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: pwsh
run: ./scripts/publish-gnb.ps1 -Repo '${{ github.repository }}' -Tag 'paks-latest' -Version '${{ github.sha }}' -SkipLocalCache