Skip to content

Commit a869095

Browse files
committed
update main workflow
1 parent 82dde2d commit a869095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ jobs:
212212
ls -la .
213213
mkdir -p src/build/installers
214214
mv ./repo/* ./src
215-
mv ./amd64/* ./src/build/installers/
215+
mv ./amd64/build/installers/* ./src/build/installers/
216216
mv ./arm64v8/* ./src/build/installers/
217217
rm -rf ./repo
218218
rm -rf ./amd64
@@ -320,7 +320,7 @@ jobs:
320320
ls -la .
321321
find ./ -type f -iname "*.sh" -exec chmod +x {} \;
322322
find ./ -type f -iname "*.pl" -exec chmod +x {} \;
323-
cd ./repo && ./repo/scripts/generate_release_notes.pl 1
323+
cd ./repo && ./scripts/generate_release_notes.pl 1
324324
echo "ls -la ."
325325
ls -la .
326326
echo "ls -la ./repo"

0 commit comments

Comments
 (0)