Skip to content

Commit

Permalink
ci: update shared dir usage for multi builds
Browse files Browse the repository at this point in the history
  • Loading branch information
seppzer0 committed Aug 27, 2023
1 parent de2a1d3 commit 4b962e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
tag_name: ${{ steps.tagname.outputs.tagname }}
prerelease: ${{ env.IS_PRERELEASE }}
token: ${{ secrets.GITHUB_TOKEN }}
files: "release-slim/*.zip"
files: "multi-slim/*.zip"
2 changes: 1 addition & 1 deletion scripts/multi_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def ucopy(src: Path, dst: Path, exceptions: List[str] = []) -> None:
},
)
os.chdir(apath)
dir_shared = "multi_slim"
dir_shared = "multi-slim"
shutil.rmtree(dir_shared, ignore_errors=True)
for count, argset in enumerate(argsets, 1):
# create artifact holder directory
Expand Down

0 comments on commit 4b962e5

Please sign in to comment.