Skip to content

compare using versioncode in deploy #7

compare using versioncode in deploy

compare using versioncode in deploy #7

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build Magisk Module
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup git
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
- name: Compile
run: ./compile.sh
- name: Upload Result
uses: actions/upload-artifact@v3
with:
name: MagicalProtection.zip
path: |
MagicalProtection-*.zip
if-no-files-found: error