Skip to content

Commit

Permalink
Update release-windows.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
huangliu authored Feb 21, 2024
1 parent 4a574b3 commit d925e6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
platform:
- windows/amd64
- windows/arm64
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:
- name: Rename installer
working-directory: ./build/bin
run: rename "TinyRDM-${{ steps.normalise_platform.outputs.tag }}-installer.exe" "TinyRDM_Setup_${{ steps.normalise_version.outputs.version }}_${{ steps.normalise_platform.outputs.tag }}.exe"
run: Rename-Item -Path "TinyRDM-${{ steps.normalise_platform.outputs.tag }}-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
Expand Down

0 comments on commit d925e6b

Please sign in to comment.