Skip to content

chore(deps): bump com.github.REAndroid:ARSCLib from a28c6fb2a7 to V1.3.8 #279

chore(deps): bump com.github.REAndroid:ARSCLib from a28c6fb2a7 to V1.3.8

chore(deps): bump com.github.REAndroid:ARSCLib from a28c6fb2a7 to V1.3.8 #279

name: Build pull request
on:
workflow_dispatch:
pull_request:
branches:
- dev
jobs:
build:
name: Build (${{ matrix.os }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: '17'
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1
- name: Build
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: ./gradlew build --no-daemon
- name: Upload artifacts
if: matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v7
with:
archive: false
path: build/libs/morphe-cli-*-all.jar