We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366c55a commit 6704102Copy full SHA for 6704102
.github/workflows/release-assets.yml
@@ -42,7 +42,7 @@ jobs:
42
asset_name: linux_amd64.tar.gz
43
asset_content_type: application/tar+gzip
44
- name: Upload linux_amd64_dbg.tar.gz
45
- if: hashFiles('linux_amd64.tar.gz') != ''
+ if: hashFiles('linux_amd64_dbg.tar.gz') != ''
46
uses: actions/upload-release-asset@v1
47
with:
48
upload_url: ${{ github.event.release.upload_url }}
0 commit comments