Skip to content

tree: v12 Release

tree: v12 Release #77

Workflow file for this run

name: YAKT
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container:
image: z4nyx/docker:latest
steps:
- uses: actions/checkout@v2
- name: yakt ToolChain Compile
run: bash build.sh
env:
token: ${{ secrets.TOKEN }}
chat_id: ${{ secrets.CHAT_ID }}