Remove Telegram IPA test resource from Git LFS to stop LFS quota cons… #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |