We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f8701 commit c0cce62Copy full SHA for c0cce62
.github/workflows/distribute-debian.yml
@@ -63,13 +63,6 @@ jobs:
63
cp -L bazel-bin/flood-deb-arm64.deb flood-linux-arm64.deb
64
cp -L bazel-bin/flood-deb-x64.deb flood-linux-x64.deb
65
66
- - name: Upload packages to Release
67
- uses: softprops/action-gh-release@v2
+ - run: gh release upload v${{ steps.parse_version.outputs.VERSION }} flood-linux-arm64.deb flood-linux-x64.deb
68
env:
69
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