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