Skip to content

feat: added an optional input text field for specifying the file name to download #22

feat: added an optional input text field for specifying the file name to download

feat: added an optional input text field for specifying the file name to download #22

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