Add CI run number to zip filename

This commit is contained in:
Chris Renshaw
2024-01-08 20:05:46 -04:00
committed by osm0sis
parent 93ac718229
commit 008c0d0ada

View File

@@ -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