Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dustalov committed Jul 9, 2024
1 parent e4a7d7e commit 208d08f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
command: sdist
args: --out dist
rust-toolchain: stable
- name: List files
run: find dist/ -type f -print0 -quit | xargs -0 tar ztf
- uses: actions/upload-artifact@v4
with:
name: package_sdist
Expand Down

0 comments on commit 208d08f

Please sign in to comment.