Skip to content

Commit

Permalink
Add source package to artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Feb 6, 2024
1 parent b83cf95 commit daa7a30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion gh-actions/common/build-debian/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,13 @@ runs:
artifacts-dir: ${{ env.BUILD_OUTPUT_DIR }}
source-dir: ${{ env.BUILD_INPUT_DIR }}
docker-image: ${{ inputs.docker-image }}
- name: Upload artifacts
- name: Copy source package to output dir
shell: bash
working-directory: ${{ env.BUILD_OUTPUT_DIR }}
run: |
set -eu
cp -r ${{ env.SOURCE_OUTPUT_DIR }}/* ${{ env.BUILD_OUTPUT_DIR }}/*
- name: Upload artefacts
uses: actions/upload-artifact@v4
with:
name: ${{ env.PKG_NAME }}_${{ env.PKG_VERSION }}
Expand Down

0 comments on commit daa7a30

Please sign in to comment.