Skip to content

Commit

Permalink
fixed2
Browse files Browse the repository at this point in the history
  • Loading branch information
CaViCcHi committed Feb 18, 2024
1 parent 304b7dc commit d092f8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
--define "_srcrpmdir $HOME" \
--define "_rpmdir $HOME"
- name: Upload RPM
- name: Upload RPM Artifacts
uses: actions/upload-artifact@v2
with:
name: bash-tui
path: ${{ steps.rpm.outputs.rpm_dir_path }}

path: |
$HOME/*.rpm
$HOME/x86_64/*.rpm

0 comments on commit d092f8c

Please sign in to comment.