mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
fix: failed to build deb package
This commit is contained in:
parent
64a6a2097e
commit
474efb2863
53
.github/workflows/release.yml
vendored
53
.github/workflows/release.yml
vendored
@ -155,53 +155,6 @@ jobs:
|
|||||||
name: wechat-devtools-${{ matrix.ARCH }}.build
|
name: wechat-devtools-${{ matrix.ARCH }}.build
|
||||||
path: tmp/build
|
path: tmp/build
|
||||||
|
|
||||||
# build-deb:
|
|
||||||
# name: Build Deb Package
|
|
||||||
# needs:
|
|
||||||
# - build-src
|
|
||||||
# runs-on: ubuntu-18.04
|
|
||||||
|
|
||||||
# strategy:
|
|
||||||
# matrix:
|
|
||||||
# ARCH: ['x86_64']
|
|
||||||
# # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
|
|
||||||
|
|
||||||
# steps:
|
|
||||||
# - uses: actions/checkout@v2
|
|
||||||
# - name: Download artifacts
|
|
||||||
# uses: actions/download-artifact@v2
|
|
||||||
|
|
||||||
# - name: Generate TAG
|
|
||||||
# id: Tag
|
|
||||||
# run: |
|
|
||||||
# tag='continuous'
|
|
||||||
# name='Continuous Build'
|
|
||||||
# if [ 'true' == ${{ startsWith(github.ref, 'refs/tags/') }} ];then
|
|
||||||
# tag='${{ github.ref_name }}'
|
|
||||||
# name='${{ github.ref_name }}'
|
|
||||||
# fi
|
|
||||||
# echo "tag result: $tag - $name"
|
|
||||||
# echo "::set-output name=tag::$tag"
|
|
||||||
# echo "::set-output name=name::$name"
|
|
||||||
|
|
||||||
# - name: Build Deb Package
|
|
||||||
# run: |
|
|
||||||
# export BUILD_VERSION=${{ steps.tag.outputs.tag }}
|
|
||||||
# ls -l
|
|
||||||
# mkdir -p tmp/build
|
|
||||||
# tools/build-prepare.sh
|
|
||||||
# tools/build-deb.sh ${{ steps.tag.outputs.tag }}
|
|
||||||
# export NO_WINE=true
|
|
||||||
# tools/build-prepare.sh
|
|
||||||
# tools/build-deb.sh ${{ steps.tag.outputs.tag }}
|
|
||||||
|
|
||||||
# - name: Upload artifact
|
|
||||||
# uses: actions/upload-artifact@v2.3.1
|
|
||||||
# with:
|
|
||||||
# # Artifact name
|
|
||||||
# name: wechat-devtools-${{ matrix.ARCH }}.build
|
|
||||||
# path: tmp/build
|
|
||||||
|
|
||||||
build-deb:
|
build-deb:
|
||||||
name: Build DEB Package
|
name: Build DEB Package
|
||||||
needs:
|
needs:
|
||||||
@ -236,9 +189,13 @@ jobs:
|
|||||||
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
|
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
|
||||||
env:
|
env:
|
||||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||||
|
|
||||||
|
- name: Prepare
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y build-essential fakeroot devscripts debhelper # debmake lintian pbuilder
|
||||||
|
|
||||||
- name: Build Deb Package
|
- name: Build Deb Package
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y build-essential fakeroot devscripts git git-buildpackage debhelper debmake lintian pbuilder
|
|
||||||
export BUILD_VERSION=${{ steps.tag.outputs.tag }}
|
export BUILD_VERSION=${{ steps.tag.outputs.tag }}
|
||||||
ls -l
|
ls -l
|
||||||
mkdir -p tmp/build
|
mkdir -p tmp/build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user