Skip to content

Commit

Permalink
copy releasenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Apr 11, 2024
1 parent de550e1 commit 12a2eee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -92,11 +92,11 @@ jobs:
echo ${GITHUB_SHA} > ${ARTIFACT_FILE}/storage/app/build.txt
cp -R vendor ${ARTIFACT_FILE}/
cp ../LICENSE .
cp ../RELEASENOTES.md .
mkdir -p ${ARTIFACT_FILE}/public/dist && cp -R public/dist/. ${ARTIFACT_FILE}/public/dist
find ./${ARTIFACT_FILE} -type d | xargs chmod 755
find ./${ARTIFACT_FILE} -name '*.php' | xargs chmod 644
zip -r -9 ${ARTIFACT_FILENAME} ${ARTIFACT_FILE}
cd ..
curl -LO https://raw.githubusercontent.com/bmlt-enabled/release-notes-tool/master/gh-release-notes.sh
chmod +x gh-release-notes.sh
./gh-release-notes.sh RELEASENOTES.md "###"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
echo ${GITHUB_SHA} > ${ARTIFACT_FILE}/storage/app/build.txt
cp -R vendor ${ARTIFACT_FILE}/
cp ../LICENSE .
cp ../RELEASENOTES.md .
mkdir -p ${ARTIFACT_FILE}/public/dist && cp -R public/dist/. ${ARTIFACT_FILE}/public/dist
find ./${ARTIFACT_FILE} -type d | xargs chmod 755
find ./${ARTIFACT_FILE} -name '*.php' | xargs chmod 644
Expand Down

0 comments on commit 12a2eee

Please sign in to comment.