Skip to content

Commit

Permalink
Add hidden files to log artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Nov 19, 2024
1 parent b1e387f commit 1693143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
# and expands to nothing
name: ${{ github.event_name == 'push' && github.ref_name || github.event.number }}-${{ inputs.id }}_logfiles
path: ${{ inputs.archive }}/${{ github.event_name == 'push' && github.ref_name || github.event.number }}/${{ inputs.id }}/

include-hidden-files: true
# As noted in ci.yml, this will need to be moved to a separate workflow with pull_request_target
# and strictly controlled usage of the GH token
# - name : Remove '${{ inputs.label }}' label
Expand Down

0 comments on commit 1693143

Please sign in to comment.