Rename artifacts
This commit is contained in:
parent
5ee59598d3
commit
55c97694fd
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build
|
||||
name: App build
|
||||
|
||||
on: [push]
|
||||
|
||||
|
4
.github/workflows/tesseract.yml
vendored
4
.github/workflows/tesseract.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: compatible
|
||||
name: tesseract-compatible-${{ env.OS }}
|
||||
path: ./deps
|
||||
|
||||
- name: Optimized
|
||||
@ -57,5 +57,5 @@ jobs:
|
||||
- name: Upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: optimized
|
||||
name: tesseract-optimized-${{ env.OS }}
|
||||
path: ./deps
|
||||
|
Loading…
Reference in New Issue
Block a user