Skip to content

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelhg committed Oct 29, 2022
1 parent b747d13 commit 27ced5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ jobs:
- name: Compress executable
run: |
upx -q -o ./out/plantuml-${PLANTUML_VERSION}-upx-x86_64 ./out/plantuml-${PLANTUML_VERSION}-glibc-x86_64
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: "${{ github.event.inputs.version }}"
files: |
./out/plantuml-*-x86_64

0 comments on commit 27ced5a

Please sign in to comment.