Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz authored Oct 13, 2024
1 parent 92137fa commit 386d2bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ jobs:
- name: Get artifacts
uses: actions/download-artifact@v3
with:
name: CI
path: build
name: scramjet
path: |
dist/*.js
dist/*.js
- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit 386d2bf

Please sign in to comment.