From 6faad0851c7bc34b9390a7a9b8de6dd78596ab7e Mon Sep 17 00:00:00 2001 From: Kabir Khan Date: Wed, 4 Sep 2024 15:39:36 +0200 Subject: [PATCH] Rework the download --- .github/workflows/dep-diff-workflow_run.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dep-diff-workflow_run.yml b/.github/workflows/dep-diff-workflow_run.yml index 311c0822722d..9c6cb4e8676b 100644 --- a/.github/workflows/dep-diff-workflow_run.yml +++ b/.github/workflows/dep-diff-workflow_run.yml @@ -29,11 +29,11 @@ jobs: name: input-artifacts github-token: ${{ github.token }} run-id: ${{ github.event.workflow_run.id }} - path: ${{github.workspace}}/input.zip + path: .input - run: | set -x set +e - ls -al ${{github.workspace}} + ls -al ${{github.workspace}}/input echo "Current directory:" pwd @@ -42,10 +42,7 @@ jobs: run: | echo "Current directory:" pwd - ls -al - echo "Trying to unzip" - - unzip ${{github.workspace}}/input.zip + ls -al . echo current directory contents ls -al echo "deps_ok_label_name=${DEPS_OK_LABEL_NAME}" >> $GITHUB_OUTPUT @@ -66,6 +63,7 @@ jobs: tmp=$(> $GITHUB_OUTPUT + working-directory: .input - name: Check versions uses: wildfly/dep-tree-diff@master