Skip to content

Commit

Permalink
ci: include checksum file when uploading tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
subpop authored and jirihnidek committed Sep 12, 2024
1 parent 69382be commit 8eb214b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- run: meson setup -Dvendor=True _build && meson dist -C _build
- uses: softprops/action-gh-release@v2
with:
files: _build/meson-dist/yggdrasil-*.tar.xz
files: _build/meson-dist/yggdrasil-*.tar.xz*

0 comments on commit 8eb214b

Please sign in to comment.