Skip to content

Commit 6704102

Browse files
committed
Fix CI job
1 parent 366c55a commit 6704102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
asset_name: linux_amd64.tar.gz
4343
asset_content_type: application/tar+gzip
4444
- name: Upload linux_amd64_dbg.tar.gz
45-
if: hashFiles('linux_amd64.tar.gz') != ''
45+
if: hashFiles('linux_amd64_dbg.tar.gz') != ''
4646
uses: actions/upload-release-asset@v1
4747
with:
4848
upload_url: ${{ github.event.release.upload_url }}

0 commit comments

Comments
 (0)