chore: Configure Renovate #4

Closed
allanger wants to merge 10 commits from renovate/configure into main
6 changed files with 78 additions and 6 deletions
Showing only changes of commit 90c0a7b7ee - Show all commits

View File

@ -29,8 +29,8 @@ steps:
- name: Prepare files for release - name: Prepare files for release
image: ubuntu:22.04 image: ubuntu:22.04
commands: commands:
- apt-get update && \ - apt-get update
apt-get install zip -y - apt-get install zip -y
- mkdir dist - mkdir dist
- export RELEASE_DIR=build/PaulXStretch_artefacts/Release - export RELEASE_DIR=build/PaulXStretch_artefacts/Release
- cp -r $RELEASE_DIR/Standalone/ /tmp - cp -r $RELEASE_DIR/Standalone/ /tmp