Skip to content

Commit

Permalink
chore: remove comments related to artifact merging in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Nov 27, 2024
1 parent d82f04c commit d2c6ffa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ jobs:
- name: attach workflow artifacts
uses: actions/upload-artifact@v4
with:
name: workflow artifacts
# see https://github.com/actions/upload-artifact/issues/424
path: |-
${{ steps.gather_workflow_artifacts.outputs.runCmdOutput }}
# do not merge multiple artifacts into one downloadable archive
merge-multiple: false
# - name: print build directories
# run: |
Expand Down

0 comments on commit d2c6ffa

Please sign in to comment.