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