Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Kolberg <[email protected]>
  • Loading branch information
amdprophet committed Dec 12, 2024
1 parent e0887a0 commit 15c1836
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -142,7 +145,7 @@ jobs:
omitBodyDuringUpdate: true
omitNameDuringUpdate: true

artifacts: "artifacts/*/*"
artifacts: "artifacts/*"
artifactErrorsFailBuild: true
replacesArtifacts: true

Expand Down

0 comments on commit 15c1836

Please sign in to comment.