File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,14 @@ jobs:
1515 strategy :
1616 matrix :
1717 os : [ubuntu-latest, windows-latest, macOS-latest]
18- toolchain :
19- - stable
20- - beta
21- - nightly
2218
2319 steps :
2420 - uses : actions/checkout@v4
25- - name : Update rust
26- run : rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2721 - name : Build
2822 run : cargo build --verbose
2923 - name : Upload artifacts
3024 uses : actions/upload-artifact@v4
3125 with :
32- name : my-artifact
26+ name : envfetch-${{ matrix.os }}
3327 path : |
3428 target/debug/envfetch*
Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 os : [ubuntu-latest, windows-latest, macOS-latest]
18+ toolchain :
19+ - stable
20+ - beta
21+ - nightly
22+
1823
1924 steps :
2025 - uses : actions/checkout@v4
26+ - name : Update rust
27+ run : rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2128 - name : Build
2229 run : cargo build --verbose
2330 - name : Run tests
You can’t perform that action at this time.
0 commit comments