Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
fix file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelgatelement committed Jul 25, 2024
1 parent 0c76b6e commit cc1d85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Wait for gh-pages to be up to date
run: |
URL="https://element-hq.github.io/ess-starter-edition-core/element-operator-${VERSION}.tar.gz"
URL="https://element-hq.github.io/ess-starter-edition-core/element-operator-${VERSION}.tgz"
STATUS=0
while [ $STATUS -ne 200 ]; do
Expand Down

0 comments on commit cc1d85c

Please sign in to comment.