Skip to content

add settings for debug proxy path and launch to simplify debug proxy … #64

add settings for debug proxy path and launch to simplify debug proxy …

add settings for debug proxy path and launch to simplify debug proxy … #64

Workflow file for this run

name: On Push
on:
push:
branches:
- main
- dev
- release/*
jobs:
build:
uses: ./.github/workflows/build.yml
dump-vars:
needs: build
runs-on: ubuntu-latest
steps:
- name: Dump build info
env:
REL_INFO: ${{ toJson(needs.build.outputs) }}
run: echo "$REL_INFO"