1
Fork 0
mirror of https://github.com/Steffo99/cfig.git synced 2024-10-16 14:27:38 +00:00

🔨 Change artifacts glob

This commit is contained in:
Steffo 2022-04-26 18:16:53 +02:00
parent f20b6214de
commit c386bfde37
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -65,7 +65,7 @@ jobs:
uses: ncipollo/release-action@v1.10.0
with:
artifactErrorsFailBuild: true
artifacts: dist/**
artifacts: dist/*
draft: true
generateReleaseNotes: true