Skip to content

Try

Try #93

Workflow file for this run

name: ROM Mirror
on:
push:
branches:
- mirror
jobs:
build-and-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download File
run: |
curl -LJO https://bigota.d.miui.com/OS1.0.2.0.TGCINXM/miui_SPESINGlobal_OS1.0.2.0.TGCINXM_f57d472765_13.0.zip
export GH_UPLOAD_LIMIT="4294967296"
- name: GitHub Release
uses: softprops/action-gh-release@v2
with:
name: spes
files: ./*.zip
tag_name: ${{ github.run_id }}