1
0
mirror of https://github.com/tiny-craft/tiny-rdm.git synced 2025-05-13 15:38:04 +08:00

chore: update workflows

This commit is contained in:
Lykin 2024-03-19 23:44:36 +08:00
parent 35c6918b9b
commit 1091f5d34c

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