From b40d864634dc62c9947923205b2fe682d285388d Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Sun, 3 Mar 2024 13:29:51 -0800 Subject: [PATCH] Force log upload. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1f2219e..dc80f87 100644 --- a/action.yml +++ b/action.yml @@ -84,7 +84,7 @@ runs: PACKAGES: "${{ inputs.packages }}" - id: upload-logs - if: ${{ inputs.debug == 'true' }} + #if: ${{ inputs.debug == 'true' }} uses: actions/upload-artifact@v3 with: name: cache-apt-pkgs-logs_${{ env.CACHE_KEY }}