From 145ccd1c9289d708c7d836cb4a3a98440ddf7fb3 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 2 Mar 2026 13:46:24 +0900 Subject: remove .github This is no longer needed after discontinuation of the Microsoft GitHub mirror. Signed-off-by: Ophestra --- .github/workflows/release.yml | 46 ------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 .github/workflows/release.yml (limited to '.github/workflows/release.yml') 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-** -- cgit v1.3.1