Skip to content

Commit

Permalink
add source ball
Browse files Browse the repository at this point in the history
Signed-off-by: xu yang <[email protected]>
  • Loading branch information
JasonYangShadow committed Apr 22, 2024
1 parent 89b2168 commit 355bd66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/rpm/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,11 @@ runs:
if-no-files-found: 'ignore'
overwrite: true

- name: Attach RPM, SRPM, DRACUT to release
- name: Attach all files to release
uses: xresloader/upload-to-github-release@v1
env:
GITHUB_TOKEN: ${{ inputs.token }}
with:
release_id: ${{ inputs.event-id }}
file: "/var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.SRPM }}//var/lib/mock/${{ inputs.target }}/result/${{ env.DRACUT }}"
file: " warewulf-${{ env.EXPECTED_VERSION }}.tar.gz;/var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.SRPM }}//var/lib/mock/${{ inputs.target }}/result/${{ env.DRACUT }}"
overwrite: true

0 comments on commit 355bd66

Please sign in to comment.