We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5bc0c commit 4e56445Copy full SHA for 4e56445
.github/workflows/package.yml
@@ -50,7 +50,7 @@ jobs:
50
51
# Create zip one level up to avoid nesting
52
cd ..
53
- zip -r "$PACKAGE_FILE" "$REPO_NAME" -x@"$REPO_NAME/.zipignore"
+ zip -r "$PACKAGE_FILE" "$REPO_NAME" -x@"$GITHUB_WORKSPACE/$REPO_NAME/.zipignore"
54
55
# Move the zip back to workflow directory
56
mv "$PACKAGE_FILE" "$GITHUB_WORKSPACE/"
0 commit comments