6 Commits

Author SHA1 Message Date
arif 8126813216 ci test commit 2025-08-29 13:39:00 +02:00
arif 8d644dbd35 ci test commit 2025-08-29 13:38:49 +02:00
arif 94b4c24bb3 ci test commit 2025-08-29 13:38:20 +02:00
arif c80e5e9f07 ci test commit 2025-08-29 13:37:38 +02:00
arif a40f8c875d ci test commit 2025-08-29 13:34:36 +02:00
arif 085cbe3363 ci test commit 2025-08-29 13:31:48 +02:00
+2 -2
View File
@@ -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