Skip to content

Commit

Permalink
fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nano191225 committed Feb 12, 2024
1 parent 5b1ec79 commit 28835cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Zip the code
run: zip -r source_code.zip . -x *.git* *.github* *.vscode* *@types* *node_modules* ".gitignore" ".mcattributes" "CNAME" "package-lock.json"
run: zip -r source_code.zip . -x *.git* *.github* *.vscode* "*\@types*" *node_modules* .gitignore .mcattributes CNAME package-lock.json

- name: Rename the file
run: |
Expand Down

0 comments on commit 28835cd

Please sign in to comment.