From 320d588aef5ec343db990a89029885cfd369310c Mon Sep 17 00:00:00 2001 From: khushboos Date: Mon, 16 Sep 2024 16:39:24 +0200 Subject: [PATCH] Making changes to release asset yml, passing php version --- .github/workflows/upload-release-asset.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/upload-release-asset.yml b/.github/workflows/upload-release-asset.yml index 7a00fc2d..a0c7c346 100644 --- a/.github/workflows/upload-release-asset.yml +++ b/.github/workflows/upload-release-asset.yml @@ -32,10 +32,6 @@ jobs: - name: List files in the root directory run: ls -al - # Debug step 3: List files in adyen-shopware6 directory - - name: List files in adyen-shopware6 directory - run: ls -al adyen-shopware6 - # Upload the artifact - name: Upload artifact uses: actions/upload-artifact@v3