Skip to content

Commit

Permalink
ci: automate artifacts upload
Browse files Browse the repository at this point in the history
  • Loading branch information
GuihVicentini committed Dec 11, 2023
1 parent de127b1 commit ce3a04f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 -al
working-directory: cli-utils/bin
working-directory: cli-utils/bin/cli-utils-ubuntu-latest

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

0 comments on commit ce3a04f

Please sign in to comment.