From 1b5d94dde146ea63d23ce72126d101b46bbc720a Mon Sep 17 00:00:00 2001 From: koplo199 <85577251+koplo199@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:23:39 +0200 Subject: [PATCH] Fix dxvk unstable builds --- .github/workflows/pull-components.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-components.yml b/.github/workflows/pull-components.yml index 7b090562..dd51ecfd 100644 --- a/.github/workflows/pull-components.yml +++ b/.github/workflows/pull-components.yml @@ -246,10 +246,10 @@ jobs: if: env.UPDATED == 'true' && steps.download-artifact.outputs.found_artifact == 'true' working-directory: "bottle-components-repository" run: | - folder=$(find "${{ github.workspace }}/artifact" -name "${{ env.NAMEPREFIX }}*") + folder=$(find "${{ github.workspace }}/artifact" -type d -name "${{ env.NAMEPREFIX }}*") # Components specific tweaks if [[ "${{ env.NAMEPREFIX }}" == "dxvk"* ]]; then - rm -rf "$folder/usr" + rm -rf "$folder/dxvk-native"* fi mkdir "${{ env.NAME }}" mv "$folder"/* "${{ env.NAME }}"