mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
fix: download admin frontend
This commit is contained in:
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -132,10 +132,17 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: robinraju/release-downloader@v1
|
||||
with:
|
||||
repo: nezhahq/admin-frontend
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
fileName: dist.zip
|
||||
latest: true
|
||||
extract: true
|
||||
|
||||
- name: prepare frontend dists
|
||||
run: |
|
||||
wget https://github.com/nezhahq/admin-frontend/releases/latest/download/dist.zip
|
||||
unzip dist.zip
|
||||
ls -al
|
||||
mv dist admin-dist
|
||||
mkdir admin-dist
|
||||
mkdir user-dist
|
||||
|
||||
Reference in New Issue
Block a user