Skip to content

Commit

Permalink
ci: fix asset upload (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Nov 17, 2023
2 parents d332117 + b0d2b69 commit ef99b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rpm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ jobs:
- name: Attach RPM package to release
if: github.event_name == 'release' && github.event.action == 'created'
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${{ env.RPM_ORS_PATH }}
Expand Down

0 comments on commit ef99b46

Please sign in to comment.