Skip to content

Commit

Permalink
Add path specification for downloaded artifacts in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Dec 3, 2024
1 parent 02e53e9 commit 62be6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: build
path: ./dist
- name: Display structure of downloaded files
run: ls -R
- uses: ./.github/actions/devenv
Expand Down

0 comments on commit 62be6bf

Please sign in to comment.