mirror of
https://github.com/hexated/cloudstream-extensions-hexated.git
synced 2024-08-15 00:03:22 +00:00
update .github/workflows/build.yml
This commit is contained in:
parent
c53c868c5d
commit
e6bb75d125
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
|||
- name: Checkout builds
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: "builds"
|
||||
path: "builds"
|
||||
ref: "rebuilds"
|
||||
path: "rebuilds"
|
||||
|
||||
- name: Clean old builds
|
||||
run: rm $GITHUB_WORKSPACE/builds/*.cs3 || true
|
||||
|
@ -76,8 +76,8 @@ jobs:
|
|||
cd $GITHUB_WORKSPACE/src
|
||||
chmod +x gradlew
|
||||
./gradlew make makePluginsJson
|
||||
cp **/build/*.cs3 $GITHUB_WORKSPACE/builds
|
||||
cp build/plugins.json $GITHUB_WORKSPACE/builds
|
||||
cp **/build/*.cs3 $GITHUB_WORKSPACE/rebuilds
|
||||
cp build/plugins.json $GITHUB_WORKSPACE/rebuilds
|
||||
|
||||
- name: Push builds
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue