Skip to content

Commit

Permalink
Merge pull request #16 from cherryramatisdev/chore/releaser
Browse files Browse the repository at this point in the history
fix: add download artifacts
  • Loading branch information
cherryramatisdev authored Dec 27, 2023
2 parents d96bd43 + 3f88f35 commit 89d1fcd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ jobs:
with:
name: artifact-${{matrix.platform.os}}
path: target/**/release/rq
- name: Download artifacts
uses: actions/download-artifact@v3
with:
path: ./binaries
- name: Generate release
uses: softprops/action-gh-release@v1
with:
tag_name: release_${{ github.run_number }}
files: "target/**/release/rq"
name: "rq-${{matrix.platform.os}}"
files: "./binaries/*"

0 comments on commit 89d1fcd

Please sign in to comment.