Skip to content

Commit 0da188f

Browse files
authored
Merge pull request #19 from crowdsecurity/fix-asset-upload
Update deploy.yml
2 parents c6750df + baa2284 commit 0da188f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ jobs:
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
with:
4444
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
45+
asset_path: ${{github.workspace}}/crowdsec.zip
46+
asset_name: crowdsec.zip
47+
asset_content_type: application/zip

0 commit comments

Comments
 (0)