mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-09 19:12:58 +01:00
Fix CI
This commit is contained in:
parent
42adb7b563
commit
b915633d2a
4
.github/workflows/build_addon.yml
vendored
4
.github/workflows/build_addon.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
|||||||
path: nextcloud_backup/frontend/dist/
|
path: nextcloud_backup/frontend/dist/
|
||||||
|
|
||||||
build-back:
|
build-back:
|
||||||
name: Build Front
|
name: Build back
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
@ -76,7 +76,7 @@ jobs:
|
|||||||
- name: Upload production-ready build files
|
- name: Upload production-ready build files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: front_dist
|
name: back_dist
|
||||||
path: nextcloud_backup/backend/dist/
|
path: nextcloud_backup/backend/dist/
|
||||||
|
|
||||||
# build-dockers:
|
# build-dockers:
|
||||||
|
Loading…
Reference in New Issue
Block a user