mirror of
https://github.com/recloudstream/plugin-template.git
synced 2024-08-15 03:16:05 +00:00
clean old builds
This commit is contained in:
parent
bd557d53d5
commit
a778384d56
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -28,6 +28,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: "builds"
|
ref: "builds"
|
||||||
path: "builds"
|
path: "builds"
|
||||||
|
|
||||||
|
- name: Clean old builds
|
||||||
|
run: rm $GITHUB_WORKSPACE/builds/*.cs3
|
||||||
|
|
||||||
- name: Setup JDK 11
|
- name: Setup JDK 11
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
|
|
Loading…
Reference in a new issue