Skip to content

Commit b69867c

Browse files
Update release.yml
1 parent 14a07b2 commit b69867c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
pair: [
4040
'node:12',
4141
'node:18',
42-
'node:20',
4342
]
4443
include:
4544
- platform: 'linux-arm'
@@ -52,9 +51,6 @@ jobs:
5251
- pair: 'node:18'
5352
language: 'node'
5453
version: '18'
55-
- pair: 'node:20'
56-
language: 'node'
57-
version: '20'
5854

5955
runs-on: ${{ matrix.host-os }}
6056

@@ -88,7 +84,7 @@ jobs:
8884
with:
8985
#upload_url: ${{ github.event.release.upload_url }}
9086
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
9288
overwrite: true
9389

9490
- name: Upload Release Asset shasum

0 commit comments

Comments
 (0)