Skip to content
This repository was archived by the owner on Jul 20, 2026. It is now read-only.

Commit 5e20977

Browse files
committed
Fixed release action
1 parent e550c3c commit 5e20977

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
type: 'zip'
2020
filename: ${{ steps.vars.outputs.zip_file_name }}
2121
path: drawio
22-
exclusions: '*.git* /*node_modules/* .editorconfig'
22+
exclusions: '*.git*'
2323
- name: Archive Release (tar.gz)
2424
uses: thedoctor0/zip-release@main
2525
with:
2626
type: 'tar'
2727
filename: ${{ steps.vars.outputs.tar_file_name }}
2828
path: drawio
29-
exclusions: '*.git* /*node_modules/* .editorconfig'
29+
exclusions: '*.git*'
3030
- name: Upload Release
3131
uses: ncipollo/release-action@v1
3232
with:

0 commit comments

Comments
 (0)