diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5d4d8da..f839adf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,3 @@ -# This is a basic workflow to help you get started with Actions - name: CI # Controls when the workflow will run @@ -27,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 -x \*.bat .github/ .vscode/ # Runs a set of commands using the runners shell - name: Run a multi-line script