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 35c4281 commit 89414d7Copy full SHA for 89414d7
.github/workflows/main.yml
@@ -33,15 +33,7 @@ jobs:
33
env:
34
GITHUB_TOKEN: ${{ github.token }}
35
36
- - name: Upload PDF
37
- uses: actions/upload-release-asset@v1
38
- env:
39
- GITHUB_TOKEN: ${{ github.token }}
40
- with:
41
- upload_url: ${{ steps.create_release.outputs.upload_url }}
42
- asset_path: BancroftRobodogsNotebook.pdf
43
- asset_name: BancroftRobodogsNotebook.pdf
44
- asset_content_type: application/binary
+
45
- name: Upload Keywords
46
uses: actions/upload-release-asset@v1
47
0 commit comments