diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d3fe3641..44940469c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -341,7 +341,9 @@ jobs: uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a #v7.0.1 with: name: linux-packages - path: dist/netbird_linux** + path: | + dist/netbird_linux** + dist/netbird-pkcs11_linux** retention-days: 7 - name: upload windows packages id: upload_windows_packages