From b541342a989d69425b1589ead8465150a2420b27 Mon Sep 17 00:00:00 2001 From: Paul Hebble Date: Sat, 21 Sep 2024 21:57:44 -0500 Subject: [PATCH] Pack the Release folder --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49382a40b..d50e34ab0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,7 +59,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: unsigned - path: _build/signpath + path: _build/signpath/Release retention-days: 7 - name: Upload ckan.exe artifact if: inputs.configuration == 'Release'