mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-03 19:30:51 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04f21eea98 |
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@@ -31,18 +31,18 @@ jobs:
|
|||||||
- name: Prepare release assets
|
- name: Prepare release assets
|
||||||
run: |
|
run: |
|
||||||
cd dist
|
cd dist
|
||||||
mv index.html cli-proxy-api-management-center.html
|
mv index.html management.html
|
||||||
ls -lh cli-proxy-api-management-center.html
|
ls -lh management.html
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: dist/cli-proxy-api-management-center.html
|
files: dist/management.html
|
||||||
body: |
|
body: |
|
||||||
## CLI Proxy API Management Center - ${{ github.ref_name }}
|
## CLI Proxy API Management Center - ${{ github.ref_name }}
|
||||||
|
|
||||||
### Download and Usage
|
### Download and Usage
|
||||||
1. Download the `cli-proxy-api-management-center.html` file
|
1. Download the `management.html` file
|
||||||
2. Open it directly in your browser
|
2. Open it directly in your browser
|
||||||
3. All assets (CSS, JavaScript, images) are bundled into this single file
|
3. All assets (CSS, JavaScript, images) are bundled into this single file
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user