We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba03928 commit 749ef14Copy full SHA for 749ef14
.github/workflows/pdfs.yml
@@ -39,6 +39,16 @@ jobs:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
41
upload_url: ${{ steps.create_release.outputs.upload_url }}
42
- asset_path: ./unix-linux-prog-in-c.pdf
+ asset_path: ./master/unix-linux-prog-in-c.pdf
43
asset_name: unix-linux-prog-in-c.pdf
44
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