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 14a07b2 commit b69867cCopy full SHA for b69867c
.github/workflows/release.yml
@@ -39,7 +39,6 @@ jobs:
39
pair: [
40
'node:12',
41
'node:18',
42
- 'node:20',
43
]
44
include:
45
- platform: 'linux-arm'
@@ -52,9 +51,6 @@ jobs:
52
51
- pair: 'node:18'
53
language: 'node'
54
version: '18'
55
- - pair: 'node:20'
56
- language: 'node'
57
- version: '20'
58
59
runs-on: ${{ matrix.host-os }}
60
@@ -88,7 +84,7 @@ jobs:
88
84
with:
89
85
#upload_url: ${{ github.event.release.upload_url }}
90
86
upload_url: ${{ env.UPLOAD_URL }}
91
- asset_path: zigbee2mqtt-adapter-${{ env.RELEASE_VERSION }}-${{ matrix.platform }}-v${{ matrix.version }}.tgz
87
+ asset_path: buttoninput-${{ env.RELEASE_VERSION }}-${{ matrix.platform }}-v${{ matrix.version }}.tgz
92
overwrite: true
93
94
- name: Upload Release Asset shasum
0 commit comments