Skip to content

Commit 29c02ef

Browse files
committed
test release job v0.1.0
1 parent 683dd59 commit 29c02ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/releace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ jobs:
8080
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
8181
with:
8282
upload_url: ${{ steps.create_release.outputs.id }}
83-
asset_path: ./book.pdf
83+
asset_path: path/to/artifact/book.pdf
8484
asset_name: book.pdf
8585
asset_content_type: application/pdf

0 commit comments

Comments
 (0)