mirror of
https://github.com/onsonr/nebula.git
synced 2025-03-10 17:29:11 +00:00
Configured the release workflow to install dependencies and build the project.
This commit is contained in:
parent
2144b4582e
commit
8b1e134f4e
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
||||
bun-version: latest
|
||||
|
||||
- name: Build
|
||||
run: bun run build
|
||||
run: bun install && bun run build
|
||||
|
||||
- uses: ryand56/r2-upload-action@latest
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user