Provide correct ASSET_PATH and ASSET_NAME

This commit is contained in:
Carlos Quintana
2022-05-20 16:00:26 +02:00
parent 0098fc3adc
commit d63e7cb68a
+2 -2
View File
@@ -126,8 +126,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.RELEASE_UPLOAD_URL }}
asset_path: ${{ env.ASSET }}
asset_name: ${{ env.ASSET }}
asset_path: ${{ env.ASSET_PATH }}
asset_name: ${{ env.ASSET_NAME }}
asset_content_type: application/octet-stream
- name: Post notification to Slack