Compare commits
6 Commits
042cbe97c5
...
8126813216
| Author | SHA1 | Date | |
|---|---|---|---|
| 8126813216 | |||
| 8d644dbd35 | |||
| 94b4c24bb3 | |||
| c80e5e9f07 | |||
| a40f8c875d | |||
| 085cbe3363 |
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
- name: Build
|
||||
run: bun run build
|
||||
- name: Create Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: .
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
image: oven/bun
|
||||
steps:
|
||||
- name: Download Artifact
|
||||
uses: actions/download-artifact@v4
|
||||
uses: christopherhx/gitea-download-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
- name: Install Biome
|
||||
|
||||
Reference in New Issue
Block a user