From 1e1b065ad85f09d00564502cd247886bf9eef83a Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 16 Dec 2024 06:48:26 +0300 Subject: [PATCH] Workflow --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3b41010..4920056 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -29,6 +29,9 @@ jobs: name: debug-symbols path: ./release/symbols + - name: Zip Symbols + run: zip -r symbols.zip ./release/symbols + - name: Use What's New Message run: | cp whatsnew.txt ./release/whatsnew-en-US.txt @@ -45,7 +48,7 @@ jobs: serviceAccountJson: service_account.json packageName: "org.askartv.tv" releaseFiles: "./release/*.aab" - debugSymbols: "./release/symbols" + debugSymbols: "./symbols.zip" track: "production" status: "completed" whatsNewDirectory: ./release