Skip to content

Commit

Permalink
ci: debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriknielaender committed Sep 22, 2023
1 parent 82bfd6d commit 918be99
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,15 @@ jobs:
name: zvm-macos
path: artifacts/

- name: List artifacts
run: ls -la /home/runner/work/zvm/zvm/artifacts

- name: Create and Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "artifacts/zvm-linux,artifacts/zvm-macos"
tag: ${{ github.ref }}
name: Release ${{ github.ref }}
name: ${{ github.ref_name }}
draft: false
prerelease: false
allowUpdates: true
Expand Down

0 comments on commit 918be99

Please sign in to comment.