Skip to content

Commit

Permalink
fix: download url
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanfaircloth committed Feb 17, 2022
1 parent f00a230 commit 1706295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-releases-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
wget https://rfaircloth-splunk.github.io/splunk-operator-app-deployer/index.yaml -P /tmp/origin
helm package charts/splunk-operator-app-deployer -d /tmp/package
gh release upload $VERSION /tmp/package/*
helm repo index /tmp/package --url https://github.com/splunk/splunk-operator-app-deployer/releases/download/$VERSION --merge /tmp/origin/index.yaml
helm repo index /tmp/package --url https://github.com/rfaircloth-splunk/splunk-operator-app-deployer/releases/download/$VERSION --merge /tmp/origin/index.yaml
cp /tmp/package/index.yaml /tmp/index/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 1706295

Please sign in to comment.