File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ jobs:
114114
115115 - name : Create debian package
116116 run : |
117+ echo "Update changelog"
117118 cd ${{ env.NNCC_BUILD }}/${{ env.CIRINTP_PREFIX }}
118119 cp -rf ../../infra/debian/circle-interpreter ./debian
119120 release_date=$(date +%Y%m%d)
@@ -126,13 +127,15 @@ jobs:
126127 cd ../
127128 tar -caf circle-interpreter_${version}.orig.tar.xz ${{ env.CIRINTP_PREFIX }}
128129
130+ echo "debuild: signing with the gpg key"
129131 mkdir -p ~/.gnupg
130132 chmod 700 ~/.gnupg
131133 echo "${{ secrets.GPG_NNFW_PRIVATE_KEY }}" | gpg --batch --import
132134 gpg --list-secret-keys # TODO remove this
133135 cd ${{ env.CIRINTP_PREFIX }}
134136 debuild -S -sa
135137
138+ echo "Upload to Launchpad"
136139 cd ../
137140 ls -alh # TODO remove this
138141 mkdir -p ~/.ssh
You can’t perform that action at this time.
0 commit comments