From 61a2c92a4548f9a45c24240ca61acdbfa23dfba0 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 19 Jan 2023 15:56:43 +0800 Subject: [PATCH] Create p.yml --- .github/workflows/p.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/p.yml diff --git a/.github/workflows/p.yml b/.github/workflows/p.yml new file mode 100644 index 0000000..2dfad3b --- /dev/null +++ b/.github/workflows/p.yml @@ -0,0 +1,27 @@ +name: Release Proot + +on: + workflow_dispatch: + +jobs: + Proot: + + name: Release Proot + + runs-on: ubuntu-20.04 + + steps: + - name: Checkout code + uses: actions/checkout@master + with: + fetch-depth: 0 + + - name: Download Proot + run: | + wget https://cdn.discordapp.com/attachments/853535040250970113/878590395611775016/yt.zip + + - name: Release Proot + uses: softprops/action-gh-release@v1 + with: + tag_name: Proot + files: yt.zip