Skip to content

Build

Build #5

Workflow file for this run

name: Build
on: workflow_dispatch
env:
CARGO_TERM_COLOR: always
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: cargo build --verbose --release
- name: Upload a file to Google Drive
uses: willo32/google-drive-upload-action@v1
with:
target: target/release
credentials: ${{ secrets.DRIVE }}
parent_folder_id: 1aznzGRhRx0avR8jQDxfp9jojzwC9VbSI