We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6750df commit baa2284Copy full SHA for baa2284
.github/workflows/deploy.yml
@@ -42,6 +42,6 @@ jobs:
42
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
with:
44
upload_url: ${{ github.event.release.upload_url }}
45
- asset_path: ${{github.workspace}}/${{ github.event.repository.name }}.zip
46
- asset_name: ${{ github.event.repository.name }}.zip
47
- asset_content_type: application/zip
+ asset_path: ${{github.workspace}}/crowdsec.zip
+ asset_name: crowdsec.zip
+ asset_content_type: application/zip
0 commit comments