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 6944aca commit ebbbbd3Copy full SHA for ebbbbd3
.github/workflows/pdfs.yml
@@ -32,13 +32,10 @@ jobs:
32
release_name: Release ${{ github.ref }}
33
draft: false
34
prerelease: false
35
- - name: Upload PDF with comments
+ - name: Upload PDF
36
id: upload-release-asset
37
- uses: actions/upload-release-asset@v1
+ uses: alexellis/upload-[email protected]
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
with:
41
- upload_url: ${{ steps.create_release.outputs.upload_url }}
42
- asset_path: ./master/unix-linux-prog-in-c.pdf
43
- asset_name: unix-linux-prog-in-c.pdf
44
- asset_content_type: application/pdf
+ asset_path: '["./master/unix-linux-prog-in-c.pdf", "unix-linux-prog-in-c_slides-only.pdf"]'
0 commit comments