Skip to content

Commit

Permalink
ci: upload deb with gh cli to avoid override (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Jan 29, 2025
1 parent 77f8701 commit c0cce62
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/distribute-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ jobs:
cp -L bazel-bin/flood-deb-arm64.deb flood-linux-arm64.deb
cp -L bazel-bin/flood-deb-x64.deb flood-linux-x64.deb
- name: Upload packages to Release
uses: softprops/action-gh-release@v2
- run: gh release upload v${{ steps.parse_version.outputs.VERSION }} flood-linux-arm64.deb flood-linux-x64.deb
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
name: Release v${{ steps.parse_version.outputs.VERSION }}
tag_name: v${{ steps.parse_version.outputs.VERSION }}
files: |
flood-linux-arm64.deb
flood-linux-x64.deb

0 comments on commit c0cce62

Please sign in to comment.