Skip to content

Commit

Permalink
chore: revert artifact name change
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 25, 2025
1 parent 18d28ae commit 617d481
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ jobs:
- name: Build build
run: pnpm run build

- name: Archive build artifacts
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ matrix.node }}
path: dist
retention-days: 1
name: freqUI-${{ matrix.node }}
path: |
dist
!dist/**/*.map
retention-days: 10

playwright:
needs: build
Expand Down

0 comments on commit 617d481

Please sign in to comment.