We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82dde2d commit a869095Copy full SHA for a869095
1 file changed
.github/workflows/main.yml
@@ -212,7 +212,7 @@ jobs:
212
ls -la .
213
mkdir -p src/build/installers
214
mv ./repo/* ./src
215
- mv ./amd64/* ./src/build/installers/
+ mv ./amd64/build/installers/* ./src/build/installers/
216
mv ./arm64v8/* ./src/build/installers/
217
rm -rf ./repo
218
rm -rf ./amd64
@@ -320,7 +320,7 @@ jobs:
320
321
find ./ -type f -iname "*.sh" -exec chmod +x {} \;
322
find ./ -type f -iname "*.pl" -exec chmod +x {} \;
323
- cd ./repo && ./repo/scripts/generate_release_notes.pl 1
+ cd ./repo && ./scripts/generate_release_notes.pl 1
324
echo "ls -la ."
325
326
echo "ls -la ./repo"
0 commit comments