chore: update workflows

This commit is contained in:
Lykin 2024-03-19 23:29:27 +08:00
parent 006f3b2a05
commit 35c6918b9b
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ jobs:
- name: Rename installer
working-directory: ./build/bin
run: Rename-Item -Path "TinyRDM-${{ matrix.platform }}-installer.exe" -NewName "TinyRDM_Setup_${{ steps.normalise_version.outputs.version }}_${{ steps.platform_name.outputs.tag }}.exe"
run: Rename-Item -Path "TinyRDM-${{ steps.normalise_platform_name.outputs.pname }}-installer.exe" -NewName "TinyRDM_Setup_${{ steps.normalise_version.outputs.version }}_${{ steps.platform_name.outputs.tag }}.exe"
- name: Upload release asset (Installer)
uses: softprops/action-gh-release@v1