build: I once again fixed the artifact build path!

This commit is contained in:
Simeon Radivoev 2026-03-01 19:10:38 +02:00
parent 6ee6957858
commit 52a0d5d825
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -87,4 +87,4 @@ jobs:
omitBodyDuringUpdate: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ${{ github.workspace }}/canary-build-*/*.{AppImage,zip}
artifacts: "${{ github.workspace }}/canary-build-*/*.AppImage,${{ github.workspace }}/canary-build-*/*.zip"