Skip to content

Commit

Permalink
Disable merge-multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Apr 21, 2024
1 parent dbe2b85 commit 839fdef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,21 +245,21 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Check Job Status
uses: ./.github/actions/check-jobs-success
with:
jobs: ${{ toJSON(needs) }}

- name: Download Outputs Files
uses: actions/download-artifact@v4
id: download-outputs
with:
pattern: outputs-*
merge-multiple: true
merge-multiple: false

- name: Upload Outputs Files to Job Artifact
uses: actions/upload-artifact@v4
with:
name: merged-outputs
if-no-file-found: error
path: ${{ steps.download-outputs.outputs.download-path }}

- name: Check Job Status
uses: ./.github/actions/check-jobs-success
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 839fdef

Please sign in to comment.