Skip to content

Merge pull request #1 from OWASP/new_card_information-disclosure_via_… #18

Merge pull request #1 from OWASP/new_card_information-disclosure_via_…

Merge pull request #1 from OWASP/new_card_information-disclosure_via_… #18

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