Skip to content

Commit 8143071

Browse files
author
Thomas Forbes
committed
Fix artifact output
1 parent a88cf5f commit 8143071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml renamed to .github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
- name: Upload build artifacts
1919
uses: actions/upload-artifact@v4
2020
with:
21-
name: build-artifacts
21+
name: ${{ matrix.platform }}
2222
path: target/release-lto/esdump-rs*
2323
retention-days: 1

0 commit comments

Comments
 (0)