From a9f20ad970e42858d010a5ca496dbbf7c973ba07 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 19 May 2025 23:10:18 -0400 Subject: [PATCH] purr --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f42ea6..8ed13ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -217,9 +217,9 @@ jobs: run: | artifact_dir=${{ runner.workspace }}/artifactdir/abaddon-${{ matrix.buildtype }}-${GITHUB_SHA::7} mkdir -p "${artifact_dir}" - cp "${{runner.workspace}}/build/abaddon" "${artifact_dir}/abaddon" - cp -r "${{ github.workspace }}/res/css" "${artifact_dir}/css" - cp -r "${{ github.workspace }}/res/res" "${artifact_dir}/res" + cp "${{ runner.workspace }}/build/abaddon" "${artifact_dir}/abaddon" + cp -r "${{ runner.workspace }}/res/css" "${artifact_dir}/css" + cp -r "${{ runner.workspace }}/res/res" "${artifact_dir}/res" - name: Upload build uses: actions/upload-artifact@v4