From 5863973f8755e3e47335b7917022a3223b0330d4 Mon Sep 17 00:00:00 2001 From: Martin-Belton-gov Date: Tue, 5 Dec 2023 08:26:56 +0000 Subject: [PATCH] modified plugin check --- .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 cb7b9d8..42e38cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -180,7 +180,7 @@ jobs: go install popd pwd - plugincheck2 -config ./plugin-validator/config/default.yaml ${{ steps.metadata.outputs.archive }} + plugincheck2 -config ./plugin-validator/config/default.yaml /home/runner/work/Grafana.Plugin.CostManagement/Grafana.Plugin.CostManagement/dfe-azurecostbackend-datasource/${{ steps.metadata.outputs.archive }} - name: Create Github release uses: softprops/action-gh-release@v1