Skip to content

Commit

Permalink
🐛 Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 18, 2024
1 parent 9dc70f9 commit a49d85d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Upload API
uses: actions/upload-artifact@v4
with:
name: api-${{ matrix.exe }}
name: api-${{ matrix.os }}
path: lib-view/src/lib/api.ts
- name: Upload Bin
uses: actions/upload-artifact@v4
Expand All @@ -54,7 +54,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: api-ubuntu-latest
path: lib-view/src/lib/api.ts
path: lib-view/src/lib
- name: Build Svelte
run: bun run build
working-directory: lib-view
Expand Down

0 comments on commit a49d85d

Please sign in to comment.