From 15c1836e0ed9119b0852a29adccc1d7cbbc3ab58 Mon Sep 17 00:00:00 2001 From: Justin Kolberg Date: Thu, 12 Dec 2024 14:40:40 -0800 Subject: [PATCH] debug Signed-off-by: Justin Kolberg --- .github/workflows/releases.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 96796b9f..c8aac784 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -128,6 +128,9 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} run-id: ${{ inputs.workflow_id }} + - name: List all artifacts + run: ls -l artifacts/ + - uses: ncipollo/release-action@v1 with: name: v${{ needs.get-version.outputs.package-version }} @@ -142,7 +145,7 @@ jobs: omitBodyDuringUpdate: true omitNameDuringUpdate: true - artifacts: "artifacts/*/*" + artifacts: "artifacts/*" artifactErrorsFailBuild: true replacesArtifacts: true