Skip to content

Commit

Permalink
Добавлено сохранение артефактов сборки
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganov committed Feb 4, 2023
1 parent 67de0f9 commit 59cfbf0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: contributors.txt
path: book/contributors.txt
name: Buikd Artifacts
path: |
book/contributors.txt
attributes-ru.adoc
progit.epub
progit.fb2.zip
progit.mobi
progit.pdf
progit.html
retention-days: 5

0 comments on commit 59cfbf0

Please sign in to comment.