mirror of
https://github.com/arabianq/rpmi.git
synced 2026-04-28 06:31:23 +00:00
fix spec uploading for rpmi-release action
This commit is contained in:
@@ -70,8 +70,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Prepare rpmi-git.spec
|
- name: Prepare rpmi-git.spec
|
||||||
run: |
|
run: |
|
||||||
cp ./assets/rpm-specs/rpmi-git.spec rpmi-git-build.spec
|
cp ./assets/rpm-specs/rpmi-git.spec rpmi-build.spec
|
||||||
sed -i "s/@@TAG@@/${{ steps.get_info.outputs.VERSION }}/g" rpmi-git-build.spec
|
sed -i "s/@@TAG@@/${{ steps.get_info.outputs.VERSION }}/g" rpmi-build.spec
|
||||||
|
|
||||||
- name: Upload spec artifact
|
- name: Upload spec artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user