Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 4ba0a70

Browse files
committed
release test
1 parent f6326a1 commit 4ba0a70

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/release.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
with:
4646
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
47-
asset_path: ./Robot_Monitor_Web_linux.zip
48-
asset_name: Robot_Monitor_Web_linux.zip
47+
asset_path: |
48+
./Robot_Monitor_Web_linux.zip
49+
./Robot_Monitor_Web_mac.zip
50+
./Robot_Monitor_Web_windows.zip
51+
asset_name: |
52+
Robot_Monitor_Web_linux.zip
53+
Robot_Monitor_Web_mac.zip
54+
Robot_Monitor_Web_windows.zip
4955
asset_content_type: application/zip

0 commit comments

Comments
 (0)