From ec984942027b1a89e794514ba0cba629e5fd3d03 Mon Sep 17 00:00:00 2001 From: Ronny Chan Date: Sun, 4 Feb 2024 18:06:39 -0500 Subject: [PATCH] build(obs): remove old obscpio before pushing --- .github/workflows/publish-obs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-obs.yml b/.github/workflows/publish-obs.yml index 07b530b..6cd61a4 100644 --- a/.github/workflows/publish-obs.yml +++ b/.github/workflows/publish-obs.yml @@ -71,6 +71,7 @@ jobs: - name: Vendor sources for Open Build Service run: | cd home:chyyran:librashader/librashader/ + rm *.obscpio osc service mr - name: Commit source artifacts to Open Build Service run: |