Skip to content

Commit d371673

Browse files
committed
fix: specify task name for building deb package in release workflow
1 parent 93426e1 commit d371673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Build deb
6565
if: matrix.platform-name == 'linux'
6666
run: |
67-
task build-deb VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
67+
task build-deb:arduino-app-cli VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
6868
6969
- name: Create Github Release and upload artifacts
7070
uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)