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