Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DJSchaffner authored Feb 13, 2024
1 parent 2e7f61d commit bbfb4d7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit bbfb4d7

Please sign in to comment.