Skip to content

Commit 749ef14

Browse files
author
Vladimir Kotal
committed
fix path and add slides
1 parent ba03928 commit 749ef14

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/pdfs.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,16 @@ jobs:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
4141
upload_url: ${{ steps.create_release.outputs.upload_url }}
42-
asset_path: ./unix-linux-prog-in-c.pdf
42+
asset_path: ./master/unix-linux-prog-in-c.pdf
4343
asset_name: unix-linux-prog-in-c.pdf
4444
asset_content_type: application/pdf
45+
- name: Upload PDF slides
46+
id: upload-release-asset
47+
uses: actions/upload-release-asset@v1
48+
env:
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50+
with:
51+
upload_url: ${{ steps.create_release.outputs.upload_url }}
52+
asset_path: ./master/unix-linux-prog-in-c_slides-only.pdf
53+
asset_name: unix-linux-prog-in-c_slides-only.pdf
54+
asset_content_type: application/pdf

0 commit comments

Comments
 (0)