Skip to content

Commit

Permalink
Recursive create the pkgname directory when creating a release tarball
Browse files Browse the repository at this point in the history
This step without the '-p' works fine for regular releases but it can
fail if the CI is running when this file changes or on a branch
matching 'patch/ci-release-*'.
  • Loading branch information
the-mikedavis authored and archseer committed Apr 3, 2023
1 parent 6bfc309 commit 38b9bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
exe=".exe"
fi
pkgname=helix-$GITHUB_REF_NAME-$platform
mkdir $pkgname
mkdir -p $pkgname
cp $source/LICENSE $source/README.md $pkgname
mkdir $pkgname/contrib
cp -r $source/contrib/completion $pkgname/contrib
Expand Down

0 comments on commit 38b9bdf

Please sign in to comment.