Skip to content

Commit

Permalink
artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii committed Dec 4, 2024
1 parent 4174cf0 commit 66de4de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
run: pnpm build

- name: Save build
if: github.ref == 'refs/heads/main'
uses: actions/upload-artifact@v4
with:
name: dist
Expand Down Expand Up @@ -139,7 +138,7 @@ jobs:
- name: Fetch build
uses: actions/download-artifact@v4
with:
name: prod-bundle
name: dist
path: dist/bundle/prod

- name: Riff-Raff Upload
Expand Down

0 comments on commit 66de4de

Please sign in to comment.