A simple, zero-configuration script to quickly boot FreeBSD ISO images using QEMU

Fix release workflow to ensure deno.lock is removed before compilation

+1
+1
.github/workflows/release.yml
··· 23 23 - uses: denoland/setup-deno@v2 24 24 - name: Compile 25 25 run: | 26 + rm deno.lock || true 26 27 deno compile -A --no-check --output freebsd-up --target ${{ matrix.target }} main.ts 27 28 - name: Set env 28 29 run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV