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 8a447bc commit b52a400Copy full SHA for b52a400
.github/workflows/pdfs.yml
@@ -32,3 +32,14 @@ jobs:
32
release_name: Release ${{ github.ref }}
33
draft: false
34
prerelease: false
35
+ - name: Upload PDF with comments
36
+ working-directory: master
37
+ id: upload-release-asset
38
+ uses: actions/upload-release-asset@v1
39
+ env:
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
+ with:
42
+ upload_url: ${{ steps.create_release.outputs.upload_url }}
43
+ asset_path: ./unix-linux-prog-in-c.pdf
44
+ asset_name: unix-linux-prog-in-c.pdf
45
+ asset_content_type: application/pdf
0 commit comments