From 0996ae46aebc371ef178c2a2c0851780193e20e2 Mon Sep 17 00:00:00 2001 From: Yuki Sireneva Date: Wed, 27 Mar 2024 02:49:19 +0300 Subject: [PATCH] This is ridiculous --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ae59389a..a6a4ad5e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -36,7 +36,7 @@ jobs: docker build --tag sunwalker_box . id="$(docker create sunwalker_box .)" - docker cp sunwalker_box:/sunwalker_box sunwalker_box + docker cp $id:/sunwalker_box sunwalker_box - name: Tests. run: |