Skip to content

Commit

Permalink
ci: Fixing source archive artifact upload
Browse files Browse the repository at this point in the history
Fixing artifact upload since it was trying to use the same name for all artifacts.

Signed-off-by: Tyler Erickson <tyler.erickson@seagate.com>
  • Loading branch information
vonericsen committed May 1, 2024
1 parent 60c05dd commit c4fbb1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/source-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: Create Complete Source Archive
on:
push:
tags: [ v* ]
branches: [ feature/hardening ]

jobs:
archive:
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
- name: Upload Source Archive as Artifact
uses: actions/upload-artifact@v4
with:
name: SourceCode_With_Submodules.${{ matrix.config.extension }}
path: SourceCode_With_Submodules.${{ matrix.config.extension }}

- name: Publish Source Archive to Release
Expand Down

0 comments on commit c4fbb1f

Please sign in to comment.