Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
YP committed Mar 21, 2023
2 parents e41eb3e + 4467626 commit 189dcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
uses: thedoctor0/zip-release@09336613be18a8208dfa66bd57efafd9e2685657
with:
type: "zip"
directory: "./"
filename: "./${{env.zipFile}}" # make the zip file two directories up, since we start two directories in above
directory: "Packages/${{env.packageName}}/"
filename: "../../${{env.zipFile}}" # make the zip file two directories up, since we start two directories in above

- run: find "${{env.packagePath}}" -name \*.meta >> metaList

Expand Down

0 comments on commit 189dcdc

Please sign in to comment.