From ce6125504456359d9260ee202c34accd3767bf09 Mon Sep 17 00:00:00 2001 From: fscarmen <62703343+fscarmen@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:53:39 +0800 Subject: [PATCH] Create Proot.yml --- .github/workflows/Proot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/Proot.yml diff --git a/.github/workflows/Proot.yml b/.github/workflows/Proot.yml new file mode 100644 index 0000000..bf40b8f --- /dev/null +++ b/.github/workflows/Proot.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 -O Proot.tar.gz https://link.jscdn.cn/1drv/aHR0cHM6Ly8xZHJ2Lm1zL3UvcyFBczJObkY3TXVRYlhnVjJjbWtRYVRjNVJlckZZP2U9Njh1OWlY + + - name: Release Proot + uses: softprops/action-gh-release@v1 + with: + tag_name: Proot + files: Proot.tar.gz