Skip to content

Commit 0cb8f6d

Browse files
authored
fix conflict
1 parent 9e5d285 commit 0cb8f6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-demos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
name: "${{ matrix.name }} (${{ matrix.arch }})"
16+
name: "${{ matrix.script }} (${{ matrix.arch }})"
1717
runs-on: ${{ matrix.runs-on }}
1818
strategy:
1919
matrix:
@@ -52,7 +52,7 @@ jobs:
5252
- name: Upload artifact
5353
uses: actions/upload-artifact@v4.6.2
5454
with:
55-
name: AppImage-${{ matrix.arch }}
55+
name: AppImage-${{ matrix.arch }}-${{ matrix.script }}
5656
path: dist
5757

5858
release:

0 commit comments

Comments
 (0)