You've already forked PlayIntegrityFork
mirror of
https://github.com/osm0sis/PlayIntegrityFork.git
synced 2025-09-06 06:37:06 +00:00
Add CI run number to zip filename
This commit is contained in:
9
.github/workflows/android.yml
vendored
9
.github/workflows/android.yml
vendored
@@ -26,13 +26,12 @@ jobs:
|
||||
|
||||
- name: Grant execute permission for gradlew
|
||||
run: chmod +x gradlew
|
||||
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleRelease
|
||||
|
||||
|
||||
- name: Upload CI module zip as artifact zip
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PlayIntegrityFork-CI
|
||||
name: PlayIntegrityFork-CI_#${{ github.run_number }}
|
||||
path: module/*
|
||||
compression-level: 9
|
||||
|
||||
Reference in New Issue
Block a user