Compare commits

..

1 Commits

Author SHA1 Message Date
Luis Pater
04f21eea98 change release file name 2025-10-01 02:00:53 +08:00

View File

@@ -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