update: deb build

This commit is contained in:
msojocs 2022-04-12 17:01:24 +08:00
parent 907afc6c7d
commit e1ef2b7754
3 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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