Skip to content

Commit ad63de4

Browse files
committed
Update release assets names
1 parent e18ffd1 commit ad63de4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/codegen.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ jobs:
109109
uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2
110110
with:
111111
repo_token: ${{ secrets.GITHUB_TOKEN }}
112-
file: |
113-
generated/csolution-rpc.zip
114-
generated/csolution-rpc.tar.gz
112+
file: generated/csolution-rpc.*
115113
tag: ${{ github.ref }}
116114
overwrite: true
115+
file_glob: true

0 commit comments

Comments
 (0)