Skip to content

Fixed outline-server's license #2

Fixed outline-server's license

Fixed outline-server's license #2

Workflow file for this run

name: build
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: ./kiss.sh build -o ./kiss
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
path: kiss
if-no-files-found: error