Skip to content

move install instructions #30

move install instructions

move install instructions #30

Workflow file for this run

name: Main
on:
push:
tags:
- 'v*.*.*'
pull_request:
branches:
- 'main'
jobs:
build:
name: Build and Upload
runs-on: zephyr-runner
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
# Number of commits to fetch. 0 indicates all history for all branches and tags.
# Default: 1
fetch-depth: '0'
- name: Gen version
run: ./GIT-VERSION-GEN
- name: Build
uses: ./.github/actions/action-zephyr
- name: Upload Release
uses: meeDamian/[email protected]
if: contains(github.ref, 'tags')
with:
token: ${{secrets.GITHUB_TOKEN}}
files: dist/*
gzip: false