Create p.yml

dependabot/github_actions/actions/checkout-3.1.0 Proot
fscarmen 3 years ago committed by GitHub
parent b3565d1b22
commit 61a2c92a45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 27
      .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
Loading…
Cancel
Save