Skip to content

Commit 5747266

Browse files
committed
Keep the dist files separate
1 parent ead427e commit 5747266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/upload-artifact@v4
2929
with:
3030
name: dist
31-
path: dist/**
31+
path: dist/*
3232

3333
tagged-release:
3434
runs-on: ubuntu-latest
@@ -45,6 +45,6 @@ jobs:
4545
uses: softprops/action-gh-release@v1
4646
if: startsWith(github.ref, 'refs/tags/')
4747
with:
48-
files: dist/**
48+
files: dist/*
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)