Skip to content

Commit

Permalink
Fix artifact output
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Jun 18, 2024
1 parent a88cf5f commit 8143071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts
name: ${{ matrix.platform }}
path: target/release-lto/esdump-rs*
retention-days: 1

0 comments on commit 8143071

Please sign in to comment.