mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-12 00:08:50 +08:00
chore: update workflows config.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wxmp-macos-zip
|
name: wxmp-macos
|
||||||
path: |
|
path: |
|
||||||
electron/app/dist/*.zip
|
electron/app/dist/*.zip
|
||||||
|
|
||||||
@@ -267,7 +267,7 @@ jobs:
|
|||||||
|
|
||||||
roll_back:
|
roll_back:
|
||||||
if: failure()
|
if: failure()
|
||||||
needs: [create_release]
|
needs: [build, create_release]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 4
|
timeout-minutes: 4
|
||||||
steps:
|
steps:
|
||||||
@@ -275,6 +275,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
|
|
||||||
|
- run: echo "outputs.version - ${{ needs.build.outputs.create_tag_version }}"
|
||||||
|
|
||||||
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
|
||||||
if: needs.build.outputs.successful
|
if: needs.build.outputs.successful
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -185,11 +185,11 @@ docker pull ghcr.io/jaywcjlove/wxmp:latest
|
|||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker run --name wxmp --rm -d -p 96611:3000 wcjiang/wxmp:latest
|
docker run --name wxmp --rm -d -p 8113:3000 wcjiang/wxmp:latest
|
||||||
# Or
|
# Or
|
||||||
docker run --name wxmp -itd -p 96611:3000 wcjiang/wxmp:latest
|
docker run --name wxmp -itd -p 8113:3000 wcjiang/wxmp:latest
|
||||||
# Or
|
# Or
|
||||||
docker run --name wxmp -itd -p 96611:3000 ghcr.io/jaywcjlove/wxmp:latest
|
docker run --name wxmp -itd -p 8113:3000 ghcr.io/jaywcjlove/wxmp:latest
|
||||||
```
|
```
|
||||||
|
|
||||||
在浏览器中访问以下 URL
|
在浏览器中访问以下 URL
|
||||||
|
|||||||
Reference in New Issue
Block a user