Skip to content

Commit c49def8

Browse files
committed
CI v0.0.16
1 parent 5c70787 commit c49def8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ jobs:
5454
with:
5555
upload_url: ${{ steps.create_release.outputs.upload_url }}
5656
asset_path: /home/runner/work/adventofcode2020/adventofcode2020/target/release/adventofcode2020
57-
asset_name: adventofcode2020
57+
asset_name: aoc2020-linux-x86_64
5858
asset_content_type: application/octet-stream
59-
- run: ls -la /home/runner/work/adventofcode2020/adventofcode2020/target/x86_64-pc-windows-gnu
6059
- name: Upload Windows
6160
id: upload-windows
6261
uses: actions/upload-release-asset@v1
@@ -65,5 +64,5 @@ jobs:
6564
with:
6665
upload_url: ${{ steps.create_release.outputs.upload_url }}
6766
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
6968
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)