From c1af83de389e538f0bf4c02ab948cd59e9435ca5 Mon Sep 17 00:00:00 2001 From: Florian Meyer Date: Sat, 8 Jun 2024 19:26:55 +0200 Subject: [PATCH] Fix typo --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 8aad804..48aaa39 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Build latest resource pack version run: | - tar --exclude='./.git' --exclude='./oresia.zip' -exclude='./.github' -cf oresia.zip . + tar --exclude='./.git' --exclude='./oresia.zip' --exclude='./.github' -cf oresia.zip . mkdir build mv oresia.zip build/oresia.zip - name: Create SHA-1 hash