Skip to content

Commit

Permalink
🐛 Fixed uploading and existing artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
nwrenger committed Aug 18, 2024
1 parent 89ca540 commit 9dc70f9
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
name: api-${{ matrix.exe }}
path: lib-view/src/lib/api.ts
- name: Upload Bin
uses: actions/upload-artifact@v4
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Download API
uses: actions/download-artifact@v4
with:
name: api
name: api-ubuntu-latest
path: lib-view/src/lib/api.ts
- name: Build Svelte
run: bun run build
Expand Down

0 comments on commit 9dc70f9

Please sign in to comment.