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 30, 2023
1 parent 878b28d commit d53ee94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
run: ./.github/compress.sh "target/${{ matrix.target }}/release" "rusty-belt-${{ github.ref_name }}-${{ matrix.target }}"
- name: Bundle ${{ matrix.target }} deb
run: |
TARGET="${{ matrix.target }}" TARGET="${TARGET%%-*}" \
VERSION="${{github.ref_name}}" VERSION="${VERSION#v}" \
./.github/deb_build.sh "$TARGET" "target/${{ matrix.target }}/release" "$VERSION"
TARGET="${{ matrix.target }}" TARGET="${TARGET%%-*}" VERSION="${{github.ref_name}}" VERSION="${VERSION#v}" ./.github/deb_build.sh $TARGET "target/${{ matrix.target }}/release" $VERSION
if: ${{ contains(matrix.target, 'linux-musl') }}

publish-to-release:
Expand Down

0 comments on commit d53ee94

Please sign in to comment.