build: added artifact upload to release update

This commit is contained in:
Simeon Radivoev 2026-03-01 18:54:18 +02:00
parent 7f9ad7e03a
commit 67e88d9c29
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A

View file

@ -74,6 +74,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v5
- name: Publish Release
uses: ncipollo/release-action@v1
with:
@ -82,4 +85,6 @@ jobs:
tag: ${{ needs.create-draft.outputs.current-version }}
omitNameDuringUpdate: true
omitBodyDuringUpdate: true
replacesArtifacts: true
token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ${{ github.workspace }}/**/*.zip