Skip to content

Commit 4e56445

Browse files
committed
Update package.yml
1 parent fb5bc0c commit 4e56445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
# Create zip one level up to avoid nesting
5252
cd ..
53-
zip -r "$PACKAGE_FILE" "$REPO_NAME" -x@"$REPO_NAME/.zipignore"
53+
zip -r "$PACKAGE_FILE" "$REPO_NAME" -x@"$GITHUB_WORKSPACE/$REPO_NAME/.zipignore"
5454
5555
# Move the zip back to workflow directory
5656
mv "$PACKAGE_FILE" "$GITHUB_WORKSPACE/"

0 commit comments

Comments
 (0)