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 749ef14 commit 555c364Copy full SHA for 555c364
.github/workflows/pdfs.yml
@@ -42,13 +42,3 @@ jobs:
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
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