Configured the release workflow to install dependencies and build the project.

This commit is contained in:
Prad Nukala 2024-07-17 16:03:14 -04:00 committed by Prad Nukala (aider)
parent 2144b4582e
commit 8b1e134f4e

View File

@ -18,7 +18,7 @@ jobs:
bun-version: latest bun-version: latest
- name: Build - name: Build
run: bun run build run: bun install && bun run build
- uses: ryand56/r2-upload-action@latest - uses: ryand56/r2-upload-action@latest
with: with: