mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Make artifact names unique.
This commit is contained in:
parent
a3adb15077
commit
ad4e1d0e48
|
@ -70,6 +70,5 @@ runs:
|
|||
- id: upload-logs
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: action-logs
|
||||
path: |
|
||||
~/cache-apt-pkgs/*.log
|
||||
name: ${{ inputs.packages }}%${{ inputs.version }}
|
||||
path: ~/cache-apt-pkgs/*.log
|
||||
|
|
Loading…
Reference in a new issue