chore: Update Linux build artifact name to include generic or specific based on matrix value

This commit is contained in:
Mauro Balades
2024-08-02 00:28:12 +02:00
parent 453c9fef53
commit dc5992bdc7
2 changed files with 3 additions and 3 deletions

View File

@@ -254,7 +254,7 @@ jobs:
- name: Download linux build
uses: actions/download-artifact@v4
with:
name: zen.linux.tar.bz2
name: zen.linux-${{ matrix.generic == 'true' && 'generic' || 'specific' }}.tar.bz2
- name: Execute AppImage build
run: |