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:
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
@@ -31,8 +31,7 @@ jobs:
|
|||||||
run: ./gradlew assembleRelease
|
run: ./gradlew assembleRelease
|
||||||
|
|
||||||
- name: Upload CI module zip as artifact zip
|
- name: Upload CI module zip as artifact zip
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PlayIntegrityFork-CI
|
name: PlayIntegrityFork-CI_#${{ github.run_number }}
|
||||||
path: module/*
|
path: module/*
|
||||||
compression-level: 9
|
|
||||||
|
|||||||
Reference in New Issue
Block a user