use dist as name for build artifact
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- name: Create Build Artifact
|
- name: Create Build Artifact
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: christopherhx/gitea-upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: dist
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
@@ -45,8 +45,8 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: christopherhx/gitea-download-artifact@v4
|
- uses: christopherhx/gitea-download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: dist
|
||||||
path: build
|
path: dist
|
||||||
- name: Log in to Docker Registry
|
- name: Log in to Docker Registry
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user