From df886a0d326d05d3b6fae870dfdff6374a23046d Mon Sep 17 00:00:00 2001 From: Martin-Belton-gov Date: Wed, 17 Jan 2024 07:47:58 +0000 Subject: [PATCH] Find File Location --- .github/workflows/dockerpublish.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/dockerpublish.yml b/.github/workflows/dockerpublish.yml index af5bf52..04cc6c9 100644 --- a/.github/workflows/dockerpublish.yml +++ b/.github/workflows/dockerpublish.yml @@ -78,17 +78,12 @@ jobs: id: downloadfile # Remember to give an ID if you need the output run: | wget "https://github.com/${{ github.repository }}/releases/download/main/dfe-azurecostbackend-datasource-1.0.3.zip" - - - #uses: suisei-cn/actions-download-file@v1.4.0 - #with: - # url: "https://github.com/DFE-Digital/Grafana.Plugin.CostManagement/releases/download/main/dfe-azurecostbackend-datasource-1.0.3.zip" - # target: public/ - # auto-match: true - # retry-times: 3 - name: Unzip Plugin - run: unzip -o dfe-azurecostbackend-datasource-1.0.3.zip + run: | + pwd + ls + unzip -o dfe-azurecostbackend-datasource-1.0.3.zip # Build and push Docker image with Buildx (don't push on PR)