Fixed invalid CI syntax

This commit is contained in:
OpenSauce04 2024-08-15 15:33:37 +01:00
parent cf372d3e72
commit dee80dab5e

View File

@ -256,4 +256,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
asset_paths: '["./**/*.tar.*","./**/*.AppImage","./**/*.zip","./**/*.apk","./**/*.aab",]'
asset_paths: '["./**/*.tar.*","./**/*.AppImage","./**/*.zip","./**/*.apk","./**/*.aab"]'