release: 0.0.0
Some checks failed
Static / Flake checks (push) Successful in 21s
Release / Create release (push) Failing after 35s
Static / Create distribution (push) Successful in 45s

This commit is contained in:
Ophestra 2025-06-27 20:48:06 +09:00
parent 394bf00ce1
commit 6b9dcd6efa
Signed by: cat
SSH Key Fingerprint: SHA256:gQ67O0enBZ7UdZypgtspB2FDM1g3GVw8nX0XSdcFw8Q
2 changed files with 27 additions and 1 deletions

View File

@ -0,0 +1,26 @@
name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
name: Create release
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Process static files
run: >-
nix build --print-out-paths --print-build-logs .#hakurei-static &&
nix run nixpkgs#gnutar --zstd -cf hakurei.app-$GITHUB_REF.tar.zst
- name: Release
uses: https://gitea.com/actions/release-action@main
with:
files: |-
hakurei.app-**.tar.zst
api_key: '${{secrets.RELEASE_TOKEN}}'

View File

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