Skip to content

Update sizes in the README.md #12

Update sizes in the README.md

Update sizes in the README.md #12

Workflow file for this run

name: build
on: [ push, pull_request ]
jobs:
default:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release
- uses: actions/upload-artifact@v3
with:
name: 64k-starter
path: target/release/starter.exe
if-no-files-found: error