We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1828a4 commit 8fb267aCopy full SHA for 8fb267a
.github/workflows/static.yml
@@ -49,7 +49,7 @@ jobs:
49
sha256sum servers.json | cut -d ' ' -f1 | cut -c1-8 > servers.json.hash
50
- name: Add hash URL to servers.json
51
run: |
52
- jq --arg url "https://$(cat CNAME)/servers.json.hash" '. + {"cache": $url}' servers.json > servers.json
+ jq --arg url "https://$(cat CNAME)/servers.json.hash" '. + {"cache": $url}' servers.json > tmp.json && mv tmp.json servers.json && rm tmp.json
53
- name: Upload artifact
54
uses: actions/upload-pages-artifact@v3
55
with:
0 commit comments