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 5cee889 commit 4c47ffaCopy full SHA for 4c47ffa
.github/workflows/release.yml
@@ -40,15 +40,9 @@ jobs:
40
with:
41
go-version: ${{ env.GO_VERSION }}
42
43
- - name: Install Task
44
- uses: arduino/setup-task@v2
45
- with:
46
- version: 3.x
47
- repo-token: ${{ secrets.GITHUB_TOKEN }}
48
-
49
- name: Build deb
50
run: |
51
- task build-deb:arduino-app-cli VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
+ go tool task build-deb:arduino-app-cli VERSION=${TAG_VERSION} ARCH=${{ matrix.arch }} RELEASE="true"
52
53
- name: Create Github Release and upload artifacts
54
uses: ncipollo/release-action@v1
0 commit comments