From f9c0ad5a199f9c70fd9175dcefeaafbf8836e49c Mon Sep 17 00:00:00 2001 From: Nattawuth P <35944403+ponddeja@users.noreply.github.com> Date: Tue, 16 Jul 2024 15:42:15 +0700 Subject: [PATCH] Update release.yml Change name of zip file to reepay-checkout-gateway.zip --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf16ef45..b929adea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,4 +51,4 @@ jobs: with: artifactErrorsFailBuild: true allowUpdates: true - artifacts: "./build/reepay-woocommerce-payment.zip" + artifacts: "./build/reepay-checkout-gateway.zip"