Skip to content

Commit

Permalink
Rename portable executable
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeMichau committed Jul 7, 2023
1 parent 9b5f609 commit 43b917a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
- name: Download artifacts
uses: actions/download-artifact@v3

- name: Rename portable exe
run: mv winportable/lma.exe winportable/lma-p.exe

- name: Create a pre-release
run: hub release create pre-release_${{github.run_number}} -p -m pre-release -a linux/lma#lma-linux -a windows/lma.exe#lma-windows -a winportable/lma.exe#lma-windows-portable
run: hub release create pre-release_${{github.run_number}} -p -m pre-release -a linux/lma#lma-linux -a windows/lma.exe#lma-windows -a winportable/lma-p.exe#lma-windows-portable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 43b917a

Please sign in to comment.