Skip to content

Commit 788b18f

Browse files
committed
Change name of build artifact
1 parent 8e93749 commit 788b18f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
include:
1111
- job-name: Build - Ubuntu x64
1212
os: ubuntu-22.04
13-
artifact-name: linux-x64
13+
artifact-name: linux-x64.deb
1414
- job-name: Build - macOS x64
1515
os: macOS-12
16-
artifact-name: macOS-x64
16+
artifact-name: macOS-x64.dmg
1717
- job-name: Build - Windows x64
1818
os: windows-2022
19-
artifact-name: windows-x64
19+
artifact-name: windows-x64.msi
2020

2121
name: ${{ matrix.job-name }}
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)