Skip to content

Commit

Permalink
build-debian: Add IDs to upload steps so that can be referenced as ou…
Browse files Browse the repository at this point in the history
…tputs
  • Loading branch information
3v1n0 committed Feb 26, 2024
1 parent 811901e commit 188e5a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
outputs:
pkg-name: ${{ env.PKG_NAME }}
pkg-version: ${{ env.PKG_VERSION }}
source-pkg: ${{ steps.build-debian-source-package-upload-step.outputs.artifact-url }}
binaries: ${{ steps.build-debian-binary-packages-upload-step.outputs.artifact-url }}

steps:
- name: Install dependencies
Expand Down
2 changes: 2 additions & 0 deletions gh-actions/common/build-debian/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ runs:
- name: Uploading source packages
uses: actions/upload-artifact@v4
id: build-debian-source-package-upload-step
with:
name: ${{ env.PKG_NAME }}_${{ env.PKG_VERSION }}-debian-source
path: ${{ env.SOURCE_OUTPUT_DIR }}/
Expand Down Expand Up @@ -239,6 +240,7 @@ runs:
echo "::endgroup::"
- name: Upload artifacts
id: build-debian-binary-packages-upload-step
uses: actions/upload-artifact@v4
with:
name: ${{ env.PKG_NAME }}_${{ env.PKG_VERSION }}-debian-packages
Expand Down

0 comments on commit 188e5a8

Please sign in to comment.