Skip to content

Commit

Permalink
Find File Location
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Belton-gov committed Jan 17, 2024
1 parent 2cb5384 commit df886a0
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/dockerpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit df886a0

Please sign in to comment.