Skip to content

Commit

Permalink
fix update repo commands
Browse files Browse the repository at this point in the history
  • Loading branch information
storybehind committed Aug 6, 2024
1 parent bfe197d commit caca55a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/distribute-zboxcli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ jobs:
Package: ${{ env.APP_NAME }}
Version: ${{ env.APP_VERSION }}
Architecture: ${{ matrix.arch.name }}
Maintainer: none <[email protected]>
Description: zbox is a command line interface (CLI) tool to understand the capabilities of Züs dStorage and prototype your app
EOT
Expand Down Expand Up @@ -199,7 +198,7 @@ jobs:
mkdir -p dists/${dist}
for arch in ${{ env.ARCHITECTURES }}; do
mkdir -p dists/${dist}/main/binary-${arch}
find "${{ env.REPO_DIR }}/pool/main/z/${{ env.APP_NAME }}" -type f -name "${{ env.APP_NAME }}_*~${dist}_${arch}.deb" | \
find "pool/main/z/${{ env.APP_NAME }}" -type f -name "${{ env.APP_NAME }}_*~${dist}_${arch}.deb" | \
xargs -I {} apt-ftparchive -o Tree::dists/${dist}::Sections="main" \
-o Tree::dists/${dist}::Architectures="${arch}" \
-o Dir::ArchiveDir="${{ env.REPO_DIR }}" \
Expand Down

0 comments on commit caca55a

Please sign in to comment.