build(obs): remove old oscpio
This commit is contained in:
parent
a5e978f158
commit
ef4e2353ff
3
.github/workflows/publish-obs.yml
vendored
3
.github/workflows/publish-obs.yml
vendored
|
@ -41,6 +41,7 @@ jobs:
|
|||
- name: Vendor sources for Open Build Service
|
||||
run: |
|
||||
cd home:chyyran:librashader/librashader/
|
||||
rm *.obscpio
|
||||
osc service mr
|
||||
- name: Build package
|
||||
run: |
|
||||
|
@ -75,4 +76,4 @@ jobs:
|
|||
run: |
|
||||
cd home:chyyran:librashader/librashader/
|
||||
osc ar
|
||||
osc commit -f -m "git-rev ${{ github.sha }}"
|
||||
osc commit -f -m "git-rev ${{ github.sha }}"
|
||||
|
|
Loading…
Reference in a new issue