Skip to content

Commit

Permalink
ci: debug artifacts download
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihVicentini committed Dec 16, 2023
1 parent 0a4b64e commit c6a1893
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:

- name: Display structure of downloaded files
run: ls -alR
working-directory: bin/cli-utils-macos-latest

- name: Publish Release
uses: ncipollo/release-action@v1
with:
artifacts: "bin/cli-utils-*/**/build/native/nativeCompile/*"
tag: ${{ steps.tag_version.outputs.new_tag }}
name: Release ${{ steps.tag_version.outputs.new_tag }}
body: ${{ steps.tag_version.outputs.changelog }}
working-directory: bin/

# - name: Publish Release
# uses: ncipollo/release-action@v1
# with:
# artifacts: "bin/cli-utils-*/**/build/native/nativeCompile/*"
# tag: ${{ steps.tag_version.outputs.new_tag }}
# name: Release ${{ steps.tag_version.outputs.new_tag }}
# body: ${{ steps.tag_version.outputs.changelog }}

0 comments on commit c6a1893

Please sign in to comment.