Skip to content

Commit

Permalink
Merge pull request #1885 from zexi/action-name
Browse files Browse the repository at this point in the history
fix: change action host to v1.cloudpods.org
  • Loading branch information
zexi committed Dec 29, 2023
2 parents dcef6b7 + d6e04ba commit 489139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build public site
run: |
./scripts/build.py --host=https://www.cloudpods.org --edition=ce --multi-versions --no-out-fetch
./scripts/build.py --host=https://v1.cloudpods.org --edition=ce --multi-versions --no-out-fetch
ls -alh ./public
# - name: Publish site
Expand Down

0 comments on commit 489139e

Please sign in to comment.