Skip to content

change pdf name to have a better alphabetical sorting in the releases… #19

change pdf name to have a better alphabetical sorting in the releases…

change pdf name to have a better alphabetical sorting in the releases… #19

Workflow file for this run

# © 2022,2023 TNG Technology Consulting
#
# SPDX-License-Identifier: Apache-2.0
name: Build PDF artifact
on:
push:
branch: ['*']
jobs:
build_pdf:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Build PDF
run: ./utils/build_pdf.sh
- name: Publish build artifact
uses: actions/upload-artifact@v3
with:
name: cumulus
path: |
tex/*.pdf
tex/*.jpg