Skip to content

Commit

Permalink
Fix publishing step once more
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Jun 3, 2024
1 parent 6e9c689 commit 2b93f98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
path: build/out/
with:
path: build/out/
merge-multiple: true
- run: tree build

# TODO: Create a proper release if there is a tag instead
Expand Down

0 comments on commit 2b93f98

Please sign in to comment.