mirror of
https://github.com/msojocs/wechat-web-devtools-linux.git
synced 2025-07-22 00:00:04 +08:00
update: deb build
This commit is contained in:
parent
907afc6c7d
commit
e1ef2b7754
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -230,6 +230,7 @@ jobs:
|
|||||||
echo "tag result: $tag - $name"
|
echo "tag result: $tag - $name"
|
||||||
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
|
||||||
- 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
|
||||||
|
@ -153,3 +153,4 @@ git clone https://github.com/msojocs/wechat-devtools-linux.git
|
|||||||
4. IvesSSa
|
4. IvesSSa
|
||||||
5. icepie
|
5. icepie
|
||||||
6. zyk-miao
|
6. zyk-miao
|
||||||
|
7. Starrah
|
||||||
|
@ -98,5 +98,5 @@ if [[ $NO_WINE != 'true' ]];then
|
|||||||
echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control"
|
echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
debuild --no-tgz-check
|
debuild --no-tgz-check -i -I
|
||||||
mv $tmp_dir/*.deb $tmp_dir/build
|
mv $tmp_dir/*.deb $tmp_dir/build
|
Loading…
x
Reference in New Issue
Block a user