Skip to content

Commit 7645eb2

Browse files
committed
feat: CI/CD
1 parent 8b3df6d commit 7645eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Upload to GitHub Release
7373
uses: softprops/action-gh-release@v2
7474
with:
75-
files: artifacts/**/*.{tar.gz,zip}
75+
files: "artifacts/**/*.{tar.gz,zip}"
7676
env:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878

0 commit comments

Comments
 (0)