Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianjandeleit authored Apr 29, 2024
1 parent 19b63a1 commit 4dfb5c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: release
on:
push: {}
release: {}
jobs:
test-ci:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -58,7 +57,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
upload_url: ${{ github.event.push.commits[][url] }}
asset_path: src.deb
asset_name: ai-cli.deb
asset_content_type: application/octet-stream
Expand Down

0 comments on commit 4dfb5c8

Please sign in to comment.