Skip to content

Bump lettre from 0.11.8 to 0.11.9 #83

Bump lettre from 0.11.8 to 0.11.9

Bump lettre from 0.11.8 to 0.11.9 #83

Workflow file for this run

name: Build on Windows
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
name: Build Artifact
path: target/release/subboard-next-backend.exe