diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f839adf..66c124e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: # Runs a single command using the runners shell - name: Zip release - run: zip -r BetterBags_ItemRack.zip -x \*.bat .github/ .vscode/ + run: zip -r BetterBags_ItemRack.zip # Runs a set of commands using the runners shell - name: Run a multi-line script