Change build artifact filename
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -77,5 +77,5 @@ jobs:
|
|||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
name: Movie_Data_Capture-CLI-${{ env.VERSION }}-${{ runner.os }}-amd64
|
name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user