upload mappings
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m44s
All checks were successful
/ Build BaseBand DSM & Broadway (push) Successful in 2m44s
This commit is contained in:
parent
b6a881d51f
commit
25f358f361
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ jobs:
|
||||||
./gradlew Client:proguardRelease
|
./gradlew Client:proguardRelease
|
||||||
MOBFARGS=-p bash scripts/mobf.sh Client/build/proguard/BaseBand-Broadway.jar
|
MOBFARGS=-p bash scripts/mobf.sh Client/build/proguard/BaseBand-Broadway.jar
|
||||||
|
|
||||||
|
- name: Upload Mappings
|
||||||
|
continue-on-error: true
|
||||||
|
uses: forgejo/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: BaseBand-Mapping.zip
|
||||||
|
path: Client/build/proguard/mapping-*
|
||||||
- name: Push DSM to Prod Server
|
- name: Push DSM to Prod Server
|
||||||
if: github.ref == 'refs/heads/main' # !! ONLY MAIN
|
if: github.ref == 'refs/heads/main' # !! ONLY MAIN
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue