From aeff67fb20bcb3b42913f7db35cd5e1e9d39ce1f Mon Sep 17 00:00:00 2001 From: tuntoja Date: Thu, 17 Oct 2024 17:54:54 +0200 Subject: [PATCH] force build with artifact upload --- .github/actions/package-nfpm/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/package-nfpm/action.yml b/.github/actions/package-nfpm/action.yml index 1aca021b8..08a745ede 100644 --- a/.github/actions/package-nfpm/action.yml +++ b/.github/actions/package-nfpm/action.yml @@ -140,7 +140,7 @@ runs: path: ./*.${{ inputs.package_extension }} key: ${{ inputs.cache_key }} - # Add to your PR the label upload-artifacts to get packages as artifacts + # Add to your PR the label upload-artifacts to get packages as artifacts - if: ${{ contains(github.event.pull_request.labels.*.name, 'upload-artifacts') }} name: Upload package artifacts uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0