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 a43c94f commit 63407a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/_deb_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
test_id=deb-${deb_builder_tag}-${{ inputs.platform }}__${image_version}
test_artifact=uno-test-${test_id}__${test_date}
test_runner_artifact=uno-runner-${deb_builder_tag}-${{ inputs.platform }}__${image_version}__${test_date}
deb_artifact=uno-deb-${builder_tag}-${{ inputs.platform }}__${image_version}__${test_date}
deb_artifact=uno-deb-${deb_builder_tag}-${{ inputs.platform }}__${image_version}__${test_date}
(
echo RUNNER=${runner}
echo DEB_BUILDER_TAG=${deb_builder_tag}
Expand Down Expand Up @@ -170,9 +170,9 @@ jobs:

- name: Move artifacts in place
run: |
mkdir -p src/uno/dist/bundle/runner
mkdir -p src/uno/dist/bundle/default/runner
mv -v ${{ needs.config.outputs.TEST_RUNNER_ARTIFACT }}/* \
src/uno/dist/bundle/runner/
src/uno/dist/bundle/default/runner/
mkdir -p src/uno/debian-dist
mv -v ${{ needs.config.outputs.DEB_ARTIFACT }}/* \
Expand Down

0 comments on commit 63407a2

Please sign in to comment.