mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-07 00:02:14 +08:00
perf: 优化构建相关命令
This commit is contained in:
parent
60e77b0df0
commit
d5b5e5a977
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -186,9 +186,12 @@ jobs:
|
|||||||
echo "::set-output name=tag::$tag"
|
echo "::set-output name=tag::$tag"
|
||||||
echo "::set-output name=name::$name"
|
echo "::set-output name=name::$name"
|
||||||
# https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
|
# https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
|
||||||
|
# gpg --generate-key
|
||||||
|
# gpg --export-secret-keys YOUR_ID_HERE | base64 > private.key
|
||||||
- name: Configure GPG Key
|
- name: Configure GPG Key
|
||||||
run: |
|
run: |
|
||||||
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
|
echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import
|
||||||
|
gpg --list-secret-keys jiyecafe@gmail.com
|
||||||
env:
|
env:
|
||||||
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ cd "$build_dir"
|
|||||||
ls -l "$build_dir"
|
ls -l "$build_dir"
|
||||||
mkdir -p "$root_dir/tmp/build"
|
mkdir -p "$root_dir/tmp/build"
|
||||||
|
|
||||||
if [[ "$WINE" != 'false' ]];then
|
if [[ "$WINE" == 'true' ]];then
|
||||||
echo "添加wine依赖 - $WINE"
|
echo "添加wine依赖 - $WINE"
|
||||||
echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control"
|
echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user