Skip to content

Commit

Permalink
Add release GA
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 5, 2023
1 parent 6b7ee74 commit df512e9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: "Release"

on:
push:
tags:
- '*'

permissions:
contents: write

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: mkdir $HOME/.fonts && unzip panno_3.00.zip -d $HOME/.fonts
- run: fc-cache -f -v
- uses: teatimeguest/setup-texlive-action@v2
with:
package-file: texlive/texlive_packages
- run: sudo apt-get install -y ghostscript python3-pygments
- run: make ugent2016.zip
- uses: softprops/action-gh-release@v1
with:
files: ugent2016.zip

0 comments on commit df512e9

Please sign in to comment.