Skip to content

Commit

Permalink
Move from hub to gh for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
FakeMichau committed Jan 20, 2024
1 parent 22831e5 commit 3060aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
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-p.exe#lma-windows-portable
run: gh release create pre-release_${{github.run_number}} -p --generate-notes linux/lma#lma-linux windows/lma.exe#lma-windows winportable/lma-p.exe#lma-windows-portable
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3060aa5

Please sign in to comment.