diff --git a/action.yml b/action.yml index 839998b..cad64b6 100644 --- a/action.yml +++ b/action.yml @@ -86,5 +86,5 @@ runs: if: ${{ inputs.debug == 'true' }} uses: actions/upload-artifact@v3 with: - name: cache-apt-pkgs-logs%${{ inputs.packages }}%${{ inputs.version }} + name: cache-apt-pkgs-logs_${{ env.CACHE_KEY }} path: ~/cache-apt-pkgs/*.log