Skip to content

Commit

Permalink
ci: fix asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Nov 16, 2023
1 parent d332117 commit b0d2b69
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 b0d2b69

Please sign in to comment.