Skip to content

Commit 249f20e

Browse files
authored
Update build.yml
1 parent 63fc683 commit 249f20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: svenstaro/upload-release-action@v2
2828
with:
2929
repo_token: ${{ secrets.GITHUB_TOKEN }}
30-
file: "./*.tpp"
30+
file: "./src/*.tpp"
3131
overwrite: true
3232
file_glob: true
3333

@@ -83,6 +83,6 @@ jobs:
8383
uses: svenstaro/upload-release-action@v2
8484
with:
8585
repo_token: ${{ secrets.GITHUB_TOKEN }}
86-
file: "./*.tpp"
86+
file: "./src/*.tpp"
8787
overwrite: true
8888
file_glob: true

0 commit comments

Comments
 (0)