clean old builds

This commit is contained in:
Cloudburst 2022-08-12 20:50:25 +02:00 committed by GitHub
parent 04d6ec0637
commit a0680598d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ jobs:
with:
ref: "builds"
path: "builds"
- name: Clean old builds
run: rm $GITHUB_WORKSPACE/builds/*.cs3
- name: Setup JDK 11
uses: actions/setup-java@v1