better-deploy #4

Merged
arif merged 6 commits from better-deploy into main 2025-08-31 18:15:26 +02:00
Showing only changes of commit 7912f59fb8 - Show all commits

View File

@@ -17,9 +17,9 @@ jobs:
- name: Install dependencies
run: bun install
- name: Build
run: bun run build
- name: Write GITHUB_SHA into dist
run: echo "export const GITHUB_SHA = '$GITHUB_SHA';" > dist/git-hash.js
run: |
bun run build
echo "export const GITHUB_SHA = '$GITHUB_SHA';" > dist/git-hash.js
- name: Create Build Artifact
uses: christopherhx/gitea-upload-artifact@v4
with: