Skip to content

Commit

Permalink
fix: fix windows exe name
Browse files Browse the repository at this point in the history
  • Loading branch information
poppingmoon committed Mar 30, 2024
1 parent 3ee4a98 commit c532681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,13 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Windows Installer
path: windows/Output/aria-${{ github.ref_name }}-windows-x64.exe
path: windows/Output/aria-v${{ steps.trim-version.outputs.version }}-windows-x64.exe

- name: Release installer
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: windows/Output/aria-${{ github.ref_name }}-windows-x64.exe
files: windows/Output/aria-v${{ steps.trim-version.outputs.version }}-windows-x64.exe
draft: true

build-macos:
Expand Down

0 comments on commit c532681

Please sign in to comment.