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