Fix build-release action
All checks were successful
Build and Relase / build-release (push) Successful in 1m33s
Build and Relase / create-release (push) Successful in 33s

This commit is contained in:
krjan02 2025-01-13 16:33:46 +01:00
parent 603d9dcab6
commit 6ccb81b3cf

View File

@ -72,7 +72,7 @@ jobs:
with: with:
name: "SoraV2Battery Helper ${{github.ref_name}}" name: "SoraV2Battery Helper ${{github.ref_name}}"
files: |- files: |-
${{ github.workspace }}/artifact/Installer/SoraV2UtilsSetup${{github.ref_name}}.msi ${{ github.workspace }}/artifact/Installer/SoraV2Utils_Setup${{github.ref_name}}.msi
${{ github.workspace }}/artifact/SoraV2UtilsBinarys${{github.ref_name}}.zip ${{ github.workspace }}/artifact/SoraV2UtilsBinarys${{github.ref_name}}.zip
token: '${{secrets.KRJAN02_RELEASE_TOKEN}}' token: '${{secrets.KRJAN02_RELEASE_TOKEN}}'
tag_name: ${{github.ref_name}} tag_name: ${{github.ref_name}}