We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3461041 commit e9b4c71Copy full SHA for e9b4c71
1 file changed
.github/workflows/deploy.yaml
@@ -14,6 +14,7 @@ jobs:
14
apk add file font-liberation make zip
15
make local-all
16
echo ${{ github.sha }} > Release.txt
17
+ ls -l *.pdf
18
19
- name: Create Draft Release
20
id: create_release
@@ -32,6 +33,6 @@ jobs:
32
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
with:
35
upload_url: ${{ steps.create_release.outputs.upload_url }}
- asset_path: virtio-v1.4-wd01.pdf
36
+ asset_path: virtio-v1.5-wd1.pdf
37
asset_name: ${{github.ref_name}}-${{ github.repository_owner }}-draft-v${{ github.run_number }}.pdf
38
asset_content_type: application/pdf
0 commit comments