From 7f3bec929f2bda2c417792a73b7d79fa90ea87f8 Mon Sep 17 00:00:00 2001 From: Tofaa2 Date: Sat, 22 Feb 2025 13:53:47 +0400 Subject: [PATCH] Im stupid --- .github/workflows/dev-build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-build-release.yml b/.github/workflows/dev-build-release.yml index 0f317c2..c375fae 100644 --- a/.github/workflows/dev-build-release.yml +++ b/.github/workflows/dev-build-release.yml @@ -18,7 +18,7 @@ jobs: TYCOONS_REPO_PASS: ${{ secrets.EVOKE_REPO_PASSWORD }} steps: - name: Clone project - uses: actions/checkou@v4 + uses: actions/checkout@v4 - name: Install JDK 21 uses: actions/setup-java@v4