From 0d4c01790ce307b2ae3599bcc862c39267306df3 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:31:37 +0900 Subject: [PATCH] chore: remove check --- .github/workflows/build-release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 83fa0d1..70f406a 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -125,8 +125,6 @@ jobs: - uses: actions/download-artifact@v2 - name: check directory run: ls -l - - name: check artifacts - run: ls -l "./ObservableCollections.${{ env.GIT_TAG }}.unitypackage" cleanup: if: needs.update-packagejson.outputs.is-branch-created == 'true'