Skip to content

Commit

Permalink
ci fix missing cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ate47 committed Mar 22, 2023
1 parent f282eb4 commit ebe41d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,10 +283,12 @@ jobs:
run: |
mkdir -p deploy_file
mv qendpoint.*/* deploy_file
mv qendpoint-cli.*/* deploy_file
- name: Compute hashes
run: |
chmod u+x scripts/hashfiles.sh
echo "" >> release/SUFFIX.md
echo " " >> release/SUFFIX.md
echo " " >> release/SUFFIX.md
echo '**SHA512**' >> release/SUFFIX.md
echo '' >> release/SUFFIX.md
echo '```' >> release/SUFFIX.md
Expand Down
1 change: 0 additions & 1 deletion qendpoint-cli/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<formats>
<format>dir</format>
<format>tar.gz</format>
<format>zip</format>
</formats>

Expand Down

0 comments on commit ebe41d6

Please sign in to comment.