From f288bb5d098d3a21ac4ae1c809fbac63b23cfd55 Mon Sep 17 00:00:00 2001 From: Rim Rakhimov Date: Tue, 7 May 2024 17:27:22 +0300 Subject: [PATCH] Update directory name not to contain file name --- .github/workflows/smart-contract-verifier.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smart-contract-verifier.yml b/.github/workflows/smart-contract-verifier.yml index 9309d9217..4f6b4bd60 100644 --- a/.github/workflows/smart-contract-verifier.yml +++ b/.github/workflows/smart-contract-verifier.yml @@ -80,7 +80,7 @@ jobs: with: source_file: 'smart-contract-verifier/smart-contract-verifier-proto/swagger/v2/smart-contract-verifier.swagger.yaml' destination_repo: 'blockscout/swaggers' - destination_folder: 'services/smart-contract-verifier/swagger.yaml' + destination_folder: 'services/smart-contract-verifier' user_email: 'rimrakhimov@gmail.com ' user_name: 'rimrakhimov' destination_branch: 'master' \ No newline at end of file