Skip to content

Commit 0cdcdcc

Browse files
committed
fix zip path
1 parent 601f0b0 commit 0cdcdcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
with:
6969
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
70-
asset_path: ../install/zip/release.zip
70+
asset_path: ./install/zip/release.zip
7171
asset_name: teddy_cloud.linux64.${{ env.ASSET_APPENDIX }}.zip
7272
asset_content_type: application/zip

0 commit comments

Comments
 (0)