Skip to content

Update main.yml

Update main.yml #95

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://cdnorg.d.miui.com/V14.0.7.0.TGKEUXM/miui_SPESNEEAGlobal_V14.0.7.0.TGKEUXM_a82d2c3e33_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 }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}