From e7e5c78a5140cde3d5c89b2ef53d13b13051c590 Mon Sep 17 00:00:00 2001 From: acidicMercury8 Date: Tue, 15 Oct 2024 22:43:26 +0300 Subject: [PATCH] Fix starting compressor --- .github/workflows/run-action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-action.yml b/.github/workflows/run-action.yml index 94ca69c..03fb45d 100644 --- a/.github/workflows/run-action.yml +++ b/.github/workflows/run-action.yml @@ -32,4 +32,6 @@ jobs: - name: Print info run: | - xrCompress + curl -o datapack.ltx https://raw.githubusercontent.com/ixray-team/ixray-1.6-stcop/refs/heads/default/datapack.ltx + mkdir folder + xrCompress folder -ltx datapack.ltx