Skip to content

Commit

Permalink
Update gh_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ng authored Nov 23, 2023
1 parent 14f9d3b commit daf39e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
needs: [build-linux, build-windows]
steps:
- uses: actions/download-artifact@v3
- name: Move Artifacts
run: mv */* .
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit daf39e8

Please sign in to comment.