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
|
||||
uses: christopherhx/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
name: dist
|
||||
path: dist
|
||||
|
||||
lint:
|
||||
@@ -45,8 +45,8 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: christopherhx/gitea-download-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
name: dist
|
||||
path: dist
|
||||
- name: Log in to Docker Registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user