Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
Add deb packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
fido-node committed Dec 29, 2023
1 parent d3aa624 commit c36b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Bundle ${{ matrix.target }}
run: ./.github/compress.sh "target/${{ matrix.target }}/release" "rusty-belt-${{ github.ref_name }}-${{ matrix.target }}"
- name: Bundle ${{ matrix.target }} deb
run: TARGET="${{ matrix.target }}" VERSION="${{github.ref_name}}" ./.github/deb_build.sh ${TARGET%%-*} "target/${{ matrix.target }}/release" ${VERSION#v}
run: TARGET="${{ matrix.target }}" VERSION="${{github.ref_name}}" ./.github/deb_build.sh "${TARGET%%-*}" "target/${{ matrix.target }}/release" "${VERSION#v}"
if: ${{ contains(matrix.target, 'linux-musl') }}

publish-to-release:
Expand Down

0 comments on commit c36b483

Please sign in to comment.