fix(ci): error in building electron due to extensions

This commit is contained in:
Elian Doran
2025-02-05 18:47:14 +02:00
parent 856a8a754e
commit 803f59260d
3 changed files with 4 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ jobs:
with:
os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }}
extension: ${{ matrix.os.extension }}
extension: ${{ join(matrix.os.extension, ' ') }}
- run: find output
- name: Deploy release

View File

@@ -39,7 +39,7 @@ jobs:
with:
os: ${{ matrix.os.name }}
arch: ${{ matrix.arch }}
extension: ${{ matrix.os.extension }}
extension: ${{ join(matrix.os.extension, ' ') }}
- name: Publish release
uses: softprops/action-gh-release@v2
with: