File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 54
54
with :
55
55
upload_url : ${{ steps.create_release.outputs.upload_url }}
56
56
asset_path : /home/runner/work/adventofcode2020/adventofcode2020/target/release/adventofcode2020
57
- asset_name : adventofcode2020
57
+ asset_name : aoc2020-linux-x86_64
58
58
asset_content_type : application/octet-stream
59
- - run : ls -la /home/runner/work/adventofcode2020/adventofcode2020/target/x86_64-pc-windows-gnu
60
59
- name : Upload Windows
61
60
id : upload-windows
62
61
uses : actions/upload-release-asset@v1
65
64
with :
66
65
upload_url : ${{ steps.create_release.outputs.upload_url }}
67
66
asset_path : /home/runner/work/adventofcode2020/adventofcode2020/target/x86_64-pc-windows-gnu/release/adventofcode2020.exe
68
- asset_name : adventofcode2020
67
+ asset_name : aoc2020-windows-x86_64.exe
69
68
asset_content_type : application/octet-stream
You can’t perform that action at this time.
0 commit comments