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