Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Sep 27, 2022
1 parent 0bf504e commit dea1eb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: dbg-swc-${{ matrix.settings.target }}
path: ~/.cargo/bin/dbg-swc
path: |
~/.cargo/bin/dbg-swc
~/.cargo/bin/dbg-swc.exe

0 comments on commit dea1eb7

Please sign in to comment.