You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ob2sync-app.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ jobs:
113
113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114
114
with:
115
115
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
116
-
asset_path: ./ob2sync-windows/
116
+
asset_path: ./ob2sync-windows/ob2sync-windows.zip
117
117
asset_name: ob2sync-windows.zip
118
118
asset_content_type: application/zip
119
119
- name: Upload Release Asset - Linux
@@ -123,7 +123,7 @@ jobs:
123
123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124
124
with:
125
125
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
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
0 commit comments