From 931650ba525df6458a01bd9accdfcf3617bc68ff Mon Sep 17 00:00:00 2001 From: ConfiG Date: Tue, 13 Feb 2024 05:04:08 +0300 Subject: [PATCH] bru --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08f6232..6e6ee1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,7 @@ jobs: path: textureldr - name: Build the mod - uses: 'action/' + uses: './action/' with: sdk: nightly build-config: RelWithDebInfo @@ -53,7 +53,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: 'combine/' + - uses: './combine/' id: build - uses: actions/upload-artifact@v4