Skip to content

Commit 38f49cf

Browse files
Update release.yml
1 parent 16548f0 commit 38f49cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Download Artifact
3232
uses: actions/download-artifact@v2
3333
with:
34-
name: Tiks
34+
name: tiks
3535

3636
- name: Create Release
3737
id: create_release
@@ -53,4 +53,4 @@ jobs:
5353
upload_url: ${{ steps.create_release.outputs.upload_url }}
5454
asset_path: target/release/tiks.exe
5555
asset_name: tiks.exe
56-
asset_content_type: application/octet-stream
56+
asset_content_type: application/octet-stream

0 commit comments

Comments
 (0)