Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Upload artifacts in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Feb 21, 2021
1 parent 324c5ae commit ba2251a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,19 @@ jobs:
- name: Typeset documentation, user guides, and user examples
run: |
set -ex
make complete
make dist
- name: Upload artifact fithesis.tds.zip
uses: actions/upload-artifact@v2
with:
name: fithesis.tds.zip
path: fithesis.tds.zip
- name: Upload artifact fithesis.ctan.zip
uses: actions/upload-artifact@v2
with:
name: fithesis.ctan.zip
path: fithesis.ctan.zip
- name: Upload artifact fithesis.zip
uses: actions/upload-artifact@v2
with:
name: fithesis.zip
path: fithesis.zip

0 comments on commit ba2251a

Please sign in to comment.