diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:52:38 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-06-29 03:54:09 +0900 |
| commit | 02c72d59e693859df7f6cf5a4a5837f53d9e2cdf (patch) | |
| tree | ee678607841d8a63bd3aa74eb5f43f1105bf2957 /.gitea/workflows | |
| parent | aeca93f41dcefa876d477e4f124c6a8a2d34595d (diff) | |
release: 0.0.2
Diffstat (limited to '.gitea/workflows')
| -rw-r--r-- | .gitea/workflows/static.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/static.yml b/.gitea/workflows/static.yml index 676262c0..93c92092 100644 --- a/.gitea/workflows/static.yml +++ b/.gitea/workflows/static.yml @@ -34,6 +34,6 @@ jobs: - name: Upload static files uses: actions/upload-artifact@v3 with: - name: "hakurei.app-${{ steps.static-test.outputs.rev }}" + name: "hakurei-static-${{ steps.static-test.outputs.rev }}" path: result/* retention-days: 1 |
