diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 56305be..2e3995c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -230,6 +230,7 @@ jobs: echo "tag result: $tag - $name" echo "::set-output name=tag::$tag" echo "::set-output name=name::$name" + # https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions - name: Configure GPG Key run: | echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import diff --git a/readme.md b/readme.md index b152284..39527f0 100644 --- a/readme.md +++ b/readme.md @@ -153,3 +153,4 @@ git clone https://github.com/msojocs/wechat-devtools-linux.git 4. IvesSSa 5. icepie 6. zyk-miao + 7. Starrah diff --git a/tools/build-deepin.sh b/tools/build-deepin.sh index 9ea44e4..2db4f48 100755 --- a/tools/build-deepin.sh +++ b/tools/build-deepin.sh @@ -98,5 +98,5 @@ if [[ $NO_WINE != 'true' ]];then echo "Depends: wine, wine-binfmt" >> "$build_dir/debian/control" fi -debuild --no-tgz-check +debuild --no-tgz-check -i -I mv $tmp_dir/*.deb $tmp_dir/build \ No newline at end of file