Fixed workflow

This commit is contained in:
2026-01-28 22:40:41 +00:00
parent 1cd8d611e2
commit e9f627662c

View File

@@ -36,6 +36,7 @@ jobs:
tag: ${{ github.event.inputs.version }} tag: ${{ github.event.inputs.version }}
name: Release ${{ github.event.inputs.version }} name: Release ${{ github.event.inputs.version }}
body: "Automated release of Pacore package" body: "Automated release of Pacore package"
files: "pacore-${{ github.event.inputs.event }}.zip" artifacts: "pacore-${{ github.event.inputs.version }}.zip"
draft: false draft: false
prerelease: false prerelease: false
token: ${{ secrets.GITHUB_TOKEN }}