Skip to content

Remove Telegram IPA test resource from Git LFS to stop LFS quota cons… #2

Remove Telegram IPA test resource from Git LFS to stop LFS quota cons…

Remove Telegram IPA test resource from Git LFS to stop LFS quota cons… #2

Workflow file for this run

# The first time you request a project JitPack checks out the code, builds it and sends the Jar files back to you
name: Jitpack
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v5
with:
distribution: "zulu"
java-version: "8"
- run: |
GIT_SHA=$(echo ${{ github.sha }} | cut -c1-10)
mvn org.apache.maven.plugins:maven-dependency-plugin:3.9.0:get \
-DremoteRepositories=https://jitpack.io \
-Dartifact=com.github.zhkl0228:unidbg:$GIT_SHA