From 5668b2a958417748d3928d4b7126d082d03962ea Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Sun, 1 Dec 2024 01:28:42 +0700 Subject: [PATCH] Add tree command to release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 330317f6..e54418e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: npx semantic-release - name: wtf - run: tree build/app/outputs/apk/release + run: tree build/app/outputs/apk - name: Generate artifact attestation uses: actions/attest-build-provenance@v1