Skip to content

Commit 84c02ae

Browse files
committed
Rename job
1 parent 7a47f45 commit 84c02ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15+
name: Build ${{ matrix.target }}
1516
runs-on: ubuntu-latest
1617
strategy:
1718
matrix:
@@ -35,13 +36,13 @@ jobs:
3536
extra_nix_config: |
3637
experimental-features = nix-command flakes
3738
38-
- name: Build ${{ matrix.target }}
39+
- name: Build
3940
run: |
4041
nix build .#${{ matrix.target }}
4142
cp -rL result/ fina-${{ matrix.target }}
4243
tar -cvzf fina-${{ matrix.target }}.tar.gz fina-${{ matrix.target }}
4344
44-
- name: Upload Artifacts
45+
- name: Upload
4546
uses: actions/upload-artifact@v4
4647
with:
4748
name: fina-${{ matrix.target }}

0 commit comments

Comments
 (0)