From 01edd9df99d540161c2ffa146623f3f13adac059 Mon Sep 17 00:00:00 2001 From: Howling Wolf & Chelsea <58843152+HowlingWolfHWC@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:47:18 -0400 Subject: [PATCH] Delete CI.yml --- CI.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 CI.yml diff --git a/CI.yml b/CI.yml deleted file mode 100644 index 05c44ad..0000000 --- a/CI.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: CI - -on: - push: - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - container: ps2dev/ps2dev:v1.0 - steps: - - - name: Install dependencies - run: | - apk add build-base git - - uses: actions/checkout@v4 - - - name: Compile - run: | - make - - - name: Upload artifacts - if: ${{ success() }} - uses: actions/upload-artifact@v4 - with: - name: OSDSYS-LAUNCHER - path: | - *.ELF - - - name: Create release - if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' - uses: marvinpinto/action-automatic-releases@latest - with: - repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" - title: "Latest build" - files: | - *.ELF