Skip to content

Commit a9e4838

Browse files
committed
ci: upload artifacts on builds
1 parent 6ef33a3 commit a9e4838

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

+6
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ jobs:
2626
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
2727
- name: Build
2828
run: cargo build --verbose
29+
- name: Upload artifacts
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: my-artifact
33+
path: |
34+
target/debug/envfetch*

0 commit comments

Comments
 (0)