Skip to content

Commit c0cce62

Browse files
authored
ci: upload deb with gh cli to avoid override (#854)
1 parent 77f8701 commit c0cce62

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/distribute-debian.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ jobs:
6363
cp -L bazel-bin/flood-deb-arm64.deb flood-linux-arm64.deb
6464
cp -L bazel-bin/flood-deb-x64.deb flood-linux-x64.deb
6565
66-
- name: Upload packages to Release
67-
uses: softprops/action-gh-release@v2
66+
- run: gh release upload v${{ steps.parse_version.outputs.VERSION }} flood-linux-arm64.deb flood-linux-x64.deb
6867
env:
6968
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
70-
with:
71-
name: Release v${{ steps.parse_version.outputs.VERSION }}
72-
tag_name: v${{ steps.parse_version.outputs.VERSION }}
73-
files: |
74-
flood-linux-arm64.deb
75-
flood-linux-x64.deb

0 commit comments

Comments
 (0)