diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e4583b..1319558 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Complie Resource Pack # Controls when the workflow will run on: @@ -27,4 +27,4 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script - run: 7z\7za.exe a -mx9 -tzip file.zip assets\* credit.txt pack.mcmeta pack.png README.md + run: 7z\7za.exe a -mx9 -tzip -aoa file.zip assets\* credit.txt pack.mcmeta pack.png README.md