Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Jun 26, 2024
1 parent aebeb59 commit 6a01bce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-check-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}/${{ env.PKGBUILD }}
name: ${{ env.PKGBUILD }}
name: ${{ env.PKGBUILD }}-${{ inputs.concurrency-group }}

- name: Upload logs artifact 🗞️
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -832,7 +832,7 @@ jobs:
- name: Download JUnit HTML report as artifact ⤵️
uses: actions/download-artifact@v4
with:
name: unit-test-report
name: unit-test-report-${{ inputs.concurrency-group }}
path: unit-test-report

- name: Upload JUnit HTML report to GitHub pages 🗞️
Expand Down Expand Up @@ -893,7 +893,7 @@ jobs:
- name: Download artifact ⏬
uses: actions/download-artifact@v4
with:
name: ${{ env.PKGBUILD }}
name: ${{ env.PKGBUILD }}-${{ inputs.concurrency-group }}

- name: Check if release exists
id: check-if-release-exists
Expand Down

0 comments on commit 6a01bce

Please sign in to comment.