Skip to content

Update CI workflow to use latest actions and add release step #501

Update CI workflow to use latest actions and add release step

Update CI workflow to use latest actions and add release step #501

Workflow file for this run

name: "Pre Release"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 0 * * *" # Run every day at midnight UTC
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
*.epub
*.pdf
*.csv