Skip to content

Commit

Permalink
[nc] fails downloading artifacts based on *.log
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Oct 22, 2024
1 parent c79d7a2 commit 639ac9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,9 @@ jobs:

- uses: actions/download-artifact@v4
with:
pattern: "*.log"
name: ${{ inputs.image }}_${{ inputs.tag }}_docker_build.log
path: ${{ inputs.image }}_${{ inputs.tag }}_docker_build.log
# pattern: "*.log"

- name: run custom before-publish action
if: ${{ inputs.before-publish != 'false' }}
Expand Down

0 comments on commit 639ac9e

Please sign in to comment.