weather #3

Merged
arif merged 25 commits from weather into main 2025-08-29 14:10:55 +02:00
Showing only changes of commit 085cbe3363 - Show all commits

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