Skip to content

Commit

Permalink
change name to be unique, give path as full artifact path, testing pu…
Browse files Browse the repository at this point in the history
…rposes
  • Loading branch information
stefan-silabs committed Jan 17, 2025
1 parent 1ceb53f commit f4d21a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
if: ${{ inputs.workflow_name == 'SQA Build' }}
uses: actions/upload-artifact@v4
with:
name: ${{ env.FULL_ARTIFACT_PATH }}
path: ${{ env.FOLDER_PATH }}/
name: ${{ inputs.addAppComponent }} ${{ inputs.optionalSlcParams }} ${{ inputs.app }}-${{ inputs.suffix }} ${{ inputs.board }}
path: ${{ env.FULL_ARTIFACT_PATH }}/

- name: Upload Artifactory
if: ${{ inputs.workflow_name != 'SQA Build' }}
Expand Down

0 comments on commit f4d21a9

Please sign in to comment.