Skip to content

切换到构建ubuntu的deb #27

切换到构建ubuntu的deb

切换到构建ubuntu的deb #27

Workflow file for this run

name: nginx builder
on:
workflow_dispatch:
push:
branches:
- ubuntu
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Init Repo
run: |
bash -x ./ci.sh
pwd
- name: upload release
uses: ncipollo/release-action@v1.7.3
with:
allowUpdates: true
tag: "ubuntu"
body: ${{ github.event.release.body }}
prerelease: "true"
artifacts: "x86_64/*.*"
token: ${{ secrets.GITHUB_TOKEN }}