Skip to content

Commit 7ff99f7

Browse files
committed
fix: fixup name of pdf file to match new REVISION
1 parent 3461041 commit 7ff99f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
apk add file font-liberation make zip
1515
make local-all
1616
echo ${{ github.sha }} > Release.txt
17+
ls -l *.pdf
1718
1819
- name: Create Draft Release
1920
id: create_release
@@ -32,6 +33,6 @@ jobs:
3233
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3334
with:
3435
upload_url: ${{ steps.create_release.outputs.upload_url }}
35-
asset_path: virtio-v1.4-wd01.pdf
36+
asset_path: virtio-v1.5-wd01.pdf
3637
asset_name: ${{github.ref_name}}-${{ github.repository_owner }}-draft-v${{ github.run_number }}.pdf
3738
asset_content_type: application/pdf

0 commit comments

Comments
 (0)