From 2af440ee30b0da889a29c33011a4e5e0dbac3dea Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:08:14 +0200 Subject: [PATCH] [skip ci] [actions skip] remove debug tree --- .github/workflows/prerelease.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 19df6708..c221247f 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -47,10 +47,6 @@ jobs: # SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }} # SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }} # SIGNING_STORE_PASSWORD: ${{ secrets.SIGNING_STORE_PASSWORD }} - - name: Display tree - run: | - sudo apt install tree -y 2>&1 > /dev/null - tree app/build - name: Create pre-release uses: "marvinpinto/action-automatic-releases@latest" with: