Skip to content

Commit

Permalink
Fix deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 16, 2024
1 parent 1c9fea1 commit a43c94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_deb_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
src/uno/dist/bundle/runner/
mkdir -p src/uno/debian-dist
mv -v uno-${{inputs.platform}}-${{needs.config.outputs.DEB_BUILDER_TAG}}/* \
mv -v ${{ needs.config.outputs.DEB_ARTIFACT }}/* \
src/uno/debian-dist/
- name: Build tester image
Expand Down

0 comments on commit a43c94f

Please sign in to comment.