chore(actions)!: Delete nonfunctional CI action
Some checks failed
Format code / Format the kernel (push) Has been cancelled
Some checks failed
Format code / Format the kernel (push) Has been cancelled
This commit is contained in:
parent
9d6074723b
commit
bf6d58e7f3
1 changed files with 0 additions and 22 deletions
|
@ -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"
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue