Skip to content

Commit

Permalink
fix: artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadashy committed Dec 22, 2023
1 parent 13fe1e1 commit 16163bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Build Safari Extension
run: yarn build safari

- name: Archive builds
- name: Archive packages
uses: actions/upload-artifact@v3
with:
name: builds
path: dist
name: packages
path: packages

0 comments on commit 16163bb

Please sign in to comment.