From 9dc60af48946eebacea727840f67d1559163bf57 Mon Sep 17 00:00:00 2001 From: Aleksandar Diklic Date: Sat, 5 Aug 2023 17:28:54 +0200 Subject: [PATCH] Fix artifacts glob [skip ci] --- .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 4b44300..5e310c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,5 +23,5 @@ jobs: with: allowUpdates: true draft: false - artifacts: "build/artifacts/*" + artifacts: "build/artifacts/**/*" generateReleaseNotes: true