Skip to content

Add an optional input text field for specifying the filename to download #24

Add an optional input text field for specifying the filename to download

Add an optional input text field for specifying the filename to download #24

Workflow file for this run

on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up rust nightly
run: |
rustup update
cargo update
rustup override set nightly
- name: Compile
run: cargo build --verbose