Skip to content

Commit

Permalink
Correctly restore build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Jun 3, 2024
1 parent c90f367 commit 6e9c689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
path: build/out/
- run: tree build

# TODO: Create a proper release if there is a tag instead
- run: gh config set prompt disabled
Expand Down

0 comments on commit 6e9c689

Please sign in to comment.