mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Upload action logs for debugging.
This commit is contained in:
parent
b7e5feda77
commit
a3adb15077
|
@ -66,3 +66,10 @@ runs:
|
|||
echo "name=package-version-list::$(create_list main)" >> $GITHUB_OUTPUT
|
||||
echo "name=all-package-version-list::$(create_list all)" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
- id: upload-logs
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: action-logs
|
||||
path: |
|
||||
~/cache-apt-pkgs/*.log
|
||||
|
|
Loading…
Reference in a new issue