Skip to content

Commit

Permalink
Create Proot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fscarmen committed Jan 19, 2023
1 parent 8c21996 commit ce61255
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/Proot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ce61255

Please sign in to comment.