Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryramatisdev committed Dec 27, 2023
1 parent 0b8eb71 commit 400b8f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ jobs:
name: artifact-${{matrix.platform.os}}
path: target/**/release/rq
- name: stuff
run: ls -la target/**/release
run: |
mkdir ${{matrix.platform.os}}
mv target/**/release/rq ${{matrix.platform.os}}
- name: Generate release
uses: softprops/action-gh-release@v1
with:
tag_name: release_${{ github.run_number }}
files: |
./target/**/release/rq
./${{matrix.platform.os}}

0 comments on commit 400b8f7

Please sign in to comment.