mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: ci (#130)
This commit is contained in:
parent
471984aa7b
commit
e47ef79745
27
.github/workflows/release.yml
vendored
27
.github/workflows/release.yml
vendored
@ -81,15 +81,15 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -l
|
ls -l
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload src artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: wechat-devtools-${{ matrix.ARCH }}.src
|
name: wechat-devtools-${{ matrix.ARCH }}.src
|
||||||
path: tmp/src
|
path: tmp/src
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: wechat-devtools-${{ matrix.ARCH }}.build
|
name: wechat-devtools-${{ matrix.ARCH }}.build
|
||||||
@ -110,8 +110,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
|
- name: Inspect directory after downloading artifacts
|
||||||
|
run: |
|
||||||
|
ls -alFR wechat-devtools-*.build
|
||||||
|
ls -alFR wechat-devtools-*.src
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y fuse
|
sudo apt install -y fuse
|
||||||
@ -145,10 +148,10 @@ jobs:
|
|||||||
ls -l
|
ls -l
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: wechat-devtools-${{ matrix.ARCH }}.build
|
name: wechat-devtools-simple-${{ matrix.ARCH }}.build
|
||||||
path: tmp/build
|
path: tmp/build
|
||||||
|
|
||||||
build-deb:
|
build-deb:
|
||||||
@ -165,7 +168,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
|
|
||||||
- name: Generate TAG
|
- name: Generate TAG
|
||||||
id: Tag
|
id: Tag
|
||||||
@ -203,10 +206,10 @@ jobs:
|
|||||||
env WINE=false tools/build-deepin.sh ${{ steps.tag.outputs.tag }}
|
env WINE=false tools/build-deepin.sh ${{ steps.tag.outputs.tag }}
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
# Artifact name
|
# Artifact name
|
||||||
name: wechat-devtools-${{ matrix.ARCH }}.build
|
name: wechat-devtools-deb-${{ matrix.ARCH }}.build
|
||||||
path: tmp/build
|
path: tmp/build
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
@ -219,7 +222,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
- name: Inspect directory after downloading artifacts
|
- name: Inspect directory after downloading artifacts
|
||||||
run: ls -alFR
|
run: ls -alFR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user