only create artifact for build

This commit is contained in:
2025-08-29 13:51:00 +02:00
parent a18a1bfc9b
commit 65fa8badd8

View File

@@ -18,11 +18,6 @@ jobs:
run: bun install run: bun install
- name: Build - name: Build
run: bun run build run: bun run build
- name: Create Project Artifact
uses: christopherhx/gitea-upload-artifact@v4
with:
name: project
path: .
- name: Create Build Artifact - name: Create Build Artifact
uses: christopherhx/gitea-upload-artifact@v4 uses: christopherhx/gitea-upload-artifact@v4
with: with:
@@ -35,10 +30,7 @@ jobs:
container: container:
image: oven/bun image: oven/bun
steps: steps:
- name: Download Artifact - uses: actions/checkout@v4
uses: christopherhx/gitea-download-artifact@v4
with:
name: project
- name: Install Biome - name: Install Biome
run: bun install -g biome run: bun install -g biome
- name: Run Biome lint - name: Run Biome lint