Skip to content

docs: Update README to address opendal branding (#1) #7

docs: Update README to address opendal branding (#1)

docs: Update README to address opendal branding (#1) #7

Workflow file for this run

name: Build and publish DiLu
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- uses: actions/upload-artifact@v3
with:
name: dl
path: ./target/release/dl