Skip to content

Add on push step

Add on push step #2

Workflow file for this run

on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 'Build app with cargo'
run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release
- uses: actions/upload-artifact@v4
with:
name: 'etherpad-proxy'
path: './target/release/etherpad-proxy'