We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93426e1 commit d371673Copy full SHA for d371673
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Build deb
65
if: matrix.platform-name == 'linux'
66
run: |
67
- task build-deb VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
+ task build-deb:arduino-app-cli VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
68
69
- name: Create Github Release and upload artifacts
70
uses: ncipollo/release-action@v1
0 commit comments