Skip to content

Commit d9a49df

Browse files
committed
release fix
1 parent 6a0fa02 commit d9a49df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
- name: Upload distribution artifacts (optional)
32-
uses: actions/upload-artifact@v3
32+
if: success() && (hashFiles('dist/*') != '')
33+
uses: actions/upload-artifact@v4
3334
with:
3435
name: dist
3536
path: dist/*
36-
if: success() && (hashFiles('dist/*') != '')

0 commit comments

Comments
 (0)