File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 1414 cirint_description :
1515 description : ' Description of changelog for circle-interpreter'
1616 required : true
17+ deb_fullname :
18+ description : ' Full name of Debian package author'
19+ required : false
20+ default : ' On-device AI developers'
21+ deb_email :
22+ description : ' Email address of Debian package author'
23+ required : false
24+ default : ' nnfw@samsung.com'
1725
1826defaults :
1927 run :
@@ -108,9 +116,10 @@ jobs:
108116 run : |
109117 cd ${{ env.NNCC_BUILD }}/${{ env.CIRINTP_PREFIX }}
110118 cp -rf ../../infra/debian/circle-interpreter ./debian
111- ls -alh # TODO remove this
112119 release_date=$(date +%Y%m%d)
113120 version=${{ inputs.cirint_version }}~${release_date}
121+ export DEBFULLNAME="${{ inputs.deb_fullname }}"
122+ export DEBEMAIL="${{ inputs.deb_email }}"
114123 dch -v "${version}" "${{ inputs.cirint_description }}" -b
115124 cat debian/changelog # TODO remove this
116125
@@ -119,9 +128,7 @@ jobs:
119128
120129 cd ${{ env.CIRINTP_PREFIX }}
121130 debuild -S -sa
122- ls -alh # TODO remove this
123- cd ../ # TODO remove this
124- ls -alh # TODO remove this
131+
125132 # dput ppa:circletools/nightly circle-interpreter_${version}_source.changes
126133
127134 # refer https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#update-an-issue-comment
You can’t perform that action at this time.
0 commit comments