Skip to content

Commit

Permalink
fix: upload-artifact include-hidden-files: true
Browse files Browse the repository at this point in the history
  • Loading branch information
martyanovandrey committed Sep 4, 2024
1 parent c50f391 commit 0e28509
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ runs:
uses: actions/upload-artifact@v3
with:
name: build-output-md
include-hidden-files: true
path: ${{ inputs.build-root }}
retention-days: 1
- name: Upload build log
Expand All @@ -108,4 +109,4 @@ runs:
echo "Build exited with an error. Exit code: $exitcode"
exit $exitcode
fi
shell: bash
shell: bash

0 comments on commit 0e28509

Please sign in to comment.