From ad4e1d0e48f014dcd6f5758975f360dab8b96a96 Mon Sep 17 00:00:00 2001 From: awalsh128 Date: Sat, 19 Nov 2022 15:46:43 -0800 Subject: [PATCH] Make artifact names unique. --- action.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 4581359..c49f1da 100644 --- a/action.yml +++ b/action.yml @@ -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