Skip to content

Conty CI

Conty CI #97

Workflow file for this run

name: Conty CI
on:
schedule:
- cron: '0 0 * * 5'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build Conty
run: |
chmod +x create-arch-bootstrap.sh create-conty.sh
sudo ./create-arch-bootstrap.sh && ./create-conty.sh
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: Conty
path: conty.sh