We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0fa02 commit d9a49dfCopy full SHA for d9a49df
.github/workflows/release.yml
@@ -29,8 +29,8 @@ jobs:
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
- name: Upload distribution artifacts (optional)
32
- uses: actions/upload-artifact@v3
+ if: success() && (hashFiles('dist/*') != '')
33
+ uses: actions/upload-artifact@v4
34
with:
35
name: dist
36
path: dist/*
- if: success() && (hashFiles('dist/*') != '')
0 commit comments