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.
2 parents c6750df + baa2284 commit 0da188fCopy full SHA for 0da188f
.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