Skip to content

Commit dee1b61

Browse files
committed
CI for multiarch release
1 parent 2e38af6 commit dee1b61

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ob2sync-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
114114
with:
115115
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
117117
asset_name: ob2sync-windows.zip
118118
asset_content_type: application/zip
119119
- name: Upload Release Asset - Linux
@@ -123,7 +123,7 @@ jobs:
123123
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
124124
with:
125125
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
126-
asset_path: ./ob2sync-linux-x86/
126+
asset_path: ./ob2sync-linux-x86/ob2sync-linux-x86.tar.gz
127127
asset_name: ob2sync-linux-x86.tar.gz
128128
asset_content_type: application/gzip
129129
- name: Upload Release Asset - MacOS
@@ -133,6 +133,6 @@ jobs:
133133
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134134
with:
135135
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
136-
asset_path: ./ob2sync-macos/
136+
asset_path: ./ob2sync-macos/ob2sync-macos.tar.gz
137137
asset_name: ob2sync-macos.tar.gz
138138
asset_content_type: application/gzip

0 commit comments

Comments
 (0)