mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +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/
|
||||
|
||||
build-back:
|
||||
name: Build Front
|
||||
name: Build back
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
- name: Upload production-ready build files
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: front_dist
|
||||
name: back_dist
|
||||
path: nextcloud_backup/backend/dist/
|
||||
|
||||
# build-dockers:
|
||||
|
Loading…
Reference in New Issue
Block a user