From 32d907b4c9ebd93404e45ca26e0e71479aa6cbf9 Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 25 Jun 2024 10:42:19 +0200 Subject: [PATCH] Fix dir --- .github/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index ea0de68..25cdcbb 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -25,13 +25,13 @@ jobs: - run: zip -ur tpay-php.zip vendor/ - - run: mkdir plugin && unzip tpay-php.zip -d plugin + - run: mkdir sdk && unzip tpay-php.zip -d plugin - uses: actions/upload-artifact@v4 id: plugin-upload with: name: 'tpay-php' - path: 'plugin/' + path: 'sdk/' - uses: actions/github-script@v6 with: