Skip to content

Commit

Permalink
Distinguish packages from package parts
Browse files Browse the repository at this point in the history
  • Loading branch information
intuibase committed Jan 20, 2025
1 parent 93ff90f commit 1b6f661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make -C packaging info
- uses: actions/upload-artifact@v4
with:
name: package-${{ matrix.BUILD_ARCH }}
name: packages-${{ matrix.BUILD_ARCH }}
path: |
build/packages/*
!build/packages/**/*.sha512
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Download package artifacts
uses: actions/download-artifact@v4
with:
pattern: package-*
pattern: packages-*
path: ${{ env.BUILD_PACKAGES }}
- name: Moving packages out of folders
run: |
Expand Down

0 comments on commit 1b6f661

Please sign in to comment.