Skip to content

Commit

Permalink
ci: Set path to download artifacts in release job
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Apr 4, 2024
1 parent e8b3d73 commit c7a3eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: release-artifacts
path: .tarballs

- name: Publish release
run: |
promu release .tarballs
run: promu release .tarballs

0 comments on commit c7a3eb5

Please sign in to comment.