From bbfb4d7196c5f3a9f9ba866717feaa0994575e0f Mon Sep 17 00:00:00 2001 From: DJSchaffner Date: Tue, 13 Feb 2024 10:22:55 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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