Skip to content

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 b307ee6 commit 12e3585
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,22 @@ jobs:
run: |
set -ex
make test
- name: Build distribution archives
run: |
set -ex
make dist
- name: Upload artifact markdown.tds.zip
uses: actions/upload-artifact@v2
with:
name: markdown.tds.zip
path: markdown.tds.zip
- name: Upload artifact markdown.ctan.zip
uses: actions/upload-artifact@v2
with:
name: markdown.ctan.zip
path: markdown.ctan.zip
- name: Upload artifact markdown.zip
uses: actions/upload-artifact@v2
with:
name: markdown.zip
path: markdown.zip

0 comments on commit 12e3585

Please sign in to comment.