From bf6d58e7f3be52db0d6ce66b78d99648af7213a8 Mon Sep 17 00:00:00 2001 From: ArthurB Date: Wed, 30 Apr 2025 19:31:19 +0000 Subject: [PATCH] chore(actions)!: Delete nonfunctional CI action --- .forgejo/workflows/ci.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .forgejo/workflows/ci.yml diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml deleted file mode 100644 index 7d92237..0000000 --- a/.forgejo/workflows/ci.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Continuous Integration -on: [push] - -jobs: - ci: - steps: - - uses: actions/checkout@v4 - - uses: msrd0/rust-toolchain@nightly - - run: | - cd kernel - cp config.aphro.example config.aphro - ./build - mkdir release - mv aphrodite-*.iso release - - name: Publish Release - uses: actions/forgejo-release@v2 - with: - direction: upload - url: https://git.verygay.fyi - release-dir: kernel/release - release-notes: "Continuous Integration" - \ No newline at end of file