Skip to content

Commit 17f03be

Browse files
Update release.yml
Co-Authored-By: Matthew John Cheetham <[email protected]>
1 parent bd14860 commit 17f03be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,14 +535,14 @@ jobs:
535535
Start-Process -Wait -FilePath "$exePath" -ArgumentList "/SILENT /VERYSILENT /NORESTART"
536536
}
537537
538-
- name: Install Linux (Debian package)
538+
- name: Install Linux x64 (Debian package)
539539
if: contains(matrix.component.description, 'linux-x64')
540540
run: |
541541
debpath=$(find ./*.deb)
542542
sudo apt install $debpath
543543
"${{ matrix.component.command }}" configure
544544
545-
- name: Install Linux (tarball)
545+
- name: Install Linux x64 (tarball)
546546
if: contains(matrix.component.description, 'linux-x64')
547547
run: |
548548
# Ensure we find only the source tarball, not the symbols

0 commit comments

Comments
 (0)