Skip to content

Commit 874861f

Browse files
committed
Updates
1 parent 04771dd commit 874861f

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
echo "Packaging $REPO_NAME version $PACKAGE_VERSION"
5050
5151
# Create zip one level up to avoid nesting
52-
cd "$GITHUB_WORKSPACE"
53-
zip -r "$PACKAGE_FILE" "$REPO_NAME" -x@"$GITHUB_WORKSPACE/.zipignore"
52+
cd ..
53+
zip -r "$PACKAGE_FILE" "$REPO_NAME" -x@"$REPO_NAME/.zipignore"
5454
5555
# Move the zip back to workflow directory
5656
mv "$PACKAGE_FILE" "$GITHUB_WORKSPACE/"

.zipignore

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
.github/**
2-
src/**
3-
node_modules/**
4-
.vscode/**
5-
.git/**
1+
easy-file-uploader/.github/**
2+
easy-file-uploader/src/**
3+
easy-file-uploader/node_modules/**
4+
easy-file-uploader/.vscode/**
5+
easy-file-uploader/.git/**
66

7-
.gitignore
8-
LICENSE.txt
9-
README.md
10-
readme.txt
11-
.cursorrc.json
12-
.gitattributes
7+
easy-file-uploader/.gitignore
8+
easy-file-uploader/LICENSE.txt
9+
easy-file-uploader/README.md
10+
easy-file-uploader/readme.txt
11+
easy-file-uploader/.cursorrc.json
12+
easy-file-uploader/.gitattributes
1313

14-
*.lock
15-
.prettierignore
16-
.prettierrc
17-
.zipignore
14+
easy-file-uploader/*.lock
15+
easy-file-uploader/.prettierignore
16+
easy-file-uploader/.prettierrc
17+
easy-file-uploader/.zipignore
1818

19-
webpack.config.js
19+
easy-file-uploader/webpack.config.js

0 commit comments

Comments
 (0)