aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-02 13:46:24 +0900
committerOphestra <cat@gensokyo.uk>2026-03-02 13:46:24 +0900
commit145ccd1c9289d708c7d836cb4a3a98440ddf7fb3 (patch)
tree9100a8b6a9bdd9ac51ab5d9d4a41cf88e306ebe1 /.github/workflows/release.yml
parentc5089cad7883d0157ca5339ed6e43fb18ad2c838 (diff)
remove .github
This is no longer needed after discontinuation of the Microsoft GitHub mirror. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml46
1 files changed, 0 insertions, 46 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
deleted file mode 100644
index dbd35d15..00000000
--- a/.github/workflows/release.yml
+++ /dev/null
@@ -1,46 +0,0 @@
-name: Release
-
-on:
- push:
- tags:
- - 'v*'
-
-jobs:
- release:
- name: Create release
- runs-on: ubuntu-latest
-
- permissions:
- packages: write
- contents: write
-
- steps:
- - name: Checkout
- uses: actions/checkout@v4
-
- - name: Install Nix
- uses: nixbuild/nix-quick-install-action@v32
- with:
- nix_conf: |
- keep-env-derivations = true
- keep-outputs = true
-
- - name: Restore and cache Nix store
- uses: nix-community/cache-nix-action@v6
- with:
- primary-key: build-${{ runner.os }}-${{ hashFiles('**/*.nix') }}
- restore-prefixes-first-match: build-${{ runner.os }}-
- gc-max-store-size-linux: 1G
- purge: true
- purge-prefixes: build-${{ runner.os }}-
- purge-created: 60
- purge-primary-key: never
-
- - name: Build for release
- run: nix build --print-out-paths --print-build-logs .#dist
-
- - name: Release
- uses: softprops/action-gh-release@v2
- with:
- files: |-
- result/hakurei-**