Skip to content

Commit

Permalink
test zip save no path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffGreiner-eaton committed Apr 16, 2024
1 parent ee79d8c commit 6191dc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blui-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@ jobs:
name: .yarnrc.yml
if-no-files-found: error
path: .yarnrc.yml
- name: Save iconfont build
- name: Save icon-font build
uses: actions/upload-artifact@v3
with:
name: icon-font
if-no-files-found: error
path: packages/icon-font.zip
path: icon-font.zip
- name: Save svg build
uses: actions/upload-artifact@v3
with:
name: svg
if-no-files-found: error
path: packages/svg.zip
path: svg.zip
- name: Save rn-vector build
uses: actions/upload-artifact@v3
with:
Expand All @@ -103,7 +103,7 @@ jobs:
with:
name: mui
if-no-files-found: error
path: packages/mui.zip
path: mui.zip



Expand Down

0 comments on commit 6191dc9

Please sign in to comment.