mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
Try to fix artifact upload
This commit is contained in:
parent
2ae177e249
commit
0f59c40931
10
.github/workflows/build_addon.yml
vendored
10
.github/workflows/build_addon.yml
vendored
@ -18,13 +18,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Enable corepack
|
- name: Enable corepack
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
@ -39,10 +39,10 @@ jobs:
|
|||||||
working-directory: nextcloud_backup/frontend
|
working-directory: nextcloud_backup/frontend
|
||||||
|
|
||||||
- name: Upload production-ready build files
|
- name: Upload production-ready build files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: production-files
|
name: front_dist
|
||||||
path: ./nextcloud/frontend/dist
|
path: nextcloud_backup/frontend/dist/
|
||||||
|
|
||||||
# build-dockers:
|
# build-dockers:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user