We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a707f commit 9fcc3d3Copy full SHA for 9fcc3d3
.github/workflows/build-circle-intp.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Create debian package
108
run: |
109
cd ${{ env.NNCC_BUILD }}
110
- cp -rf infra/debian/circlr-interpreter ./debian
+ cp -rf infra/debian/circle-interpreter ./debian
111
la -alh # TODO remove this
112
113
# refer https://docs.github.com/en/rest/issues/comments?apiVersion=2022-11-28#update-an-issue-comment
0 commit comments