mirror of https://gitlab.com/fscarmen/test.git
parent
b3565d1b22
commit
61a2c92a45
@ -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 |
||||
Loading…
Reference in new issue