experimenting....

This commit is contained in:
Alex A. Naanou 2022-09-14 16:30:02 +03:00 committed by GitHub
parent c380ed9fcd
commit 2f19ed7a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,10 +14,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: xu-cheng/texlive-action/full@v1
- name: Make manual
run: make dist
with:
run: |
apk add make
make dist
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')