Merge pull request #142 from simple-login/ci/fix-release-asset-path

Provide correct ASSET_PATH and ASSET_NAME
This commit is contained in:
Adrià Casajús
2022-05-20 16:03:01 +02:00
committed by GitHub
+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