Skip to content

Commit

Permalink
ci: meson exe for distro
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Feb 13, 2020
1 parent 84c7dbe commit 64c4878
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,10 @@ jobs:
with:
name: Windows_Meson_Testlog
path: build/meson-logs/testlog.txt

- name: .exe for release
uses: actions/upload-artifact@v1
if: success()
with:
name: rpncalc.exe
path: build/rpncalc.exe

0 comments on commit 64c4878

Please sign in to comment.