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 | |
| parent | aeca93f41dcefa876d477e4f124c6a8a2d34595d (diff) | |
release: 0.0.2
| -rw-r--r-- | .gitea/workflows/static.yml | 2 | ||||
| -rw-r--r-- | package.nix | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/package.nix b/package.nix index 39706cb2..64cca82e 100644 --- a/package.nix +++ b/package.nix @@ -17,7 +17,7 @@ }: stdenvNoCC.mkDerivation rec { pname = "hakurei.app"; - version = "0.0.0"; + version = "0.0.2"; src = ./.; |
