Skip to content

Commit

Permalink
Specify built files path CI debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel-434 committed Apr 7, 2024
1 parent 6f90313 commit 90940e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: List downloaded build artifacts
run: |
Expand Down Expand Up @@ -99,6 +100,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
path: dist

- name: List downloaded build artifacts
run: |
Expand Down

0 comments on commit 90940e5

Please sign in to comment.