release: 20260315
Some checks failed
Static / Flake checks (push) Successful in 30s
Static / Create distribution (push) Successful in 57s
Release / Create release (push) Failing after 3m43s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-15 17:23:50 +09:00
parent 53cc6e642c
commit 3a159f0617
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ name: Release
on: on:
push: push:
tags: tags:
- 'v*' - '*'
jobs: jobs:
release: release:

View File

@@ -17,7 +17,7 @@
}: }:
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "hakurei.app"; pname = "hakurei.app";
version = "0.1.0"; version = "20260315";
src = ./.; src = ./.;